aboutsummaryrefslogtreecommitdiff
path: root/cmd/acme/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/acme/config.go')
-rw-r--r--cmd/acme/config.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/acme/config.go b/cmd/acme/config.go
index b4d09ad..46305d6 100644
--- a/cmd/acme/config.go
+++ b/cmd/acme/config.go
@@ -8,14 +8,14 @@ import (
type Config struct {
Account []Account
+ Want []Want
+ Hook []Hook
}
type Account struct {
Mail string
Key string
Provider string
- Want []Want
- Hook []Hook
}
type Want struct {