mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-25 01:38:30 +02:00
fix(acl): add json tag for notify
This commit is contained in:
@@ -30,7 +30,7 @@ type Config struct {
|
|||||||
Notify struct {
|
Notify struct {
|
||||||
To []string `json:"to"` // list of notification providers
|
To []string `json:"to"` // list of notification providers
|
||||||
Interval time.Duration `json:"interval"` // interval between notifications
|
Interval time.Duration `json:"interval"` // interval between notifications
|
||||||
}
|
} `json:"notify"`
|
||||||
|
|
||||||
config
|
config
|
||||||
valErr gperr.Error
|
valErr gperr.Error
|
||||||
|
|||||||
Reference in New Issue
Block a user