fix(acl): add json tag for notify

This commit is contained in:
yusing
2025-10-10 15:26:08 +08:00
parent d82bfd0ebd
commit 7a1841e9a5

View File

@@ -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