Add ntfy config settings
This commit is contained in:
@@ -19,6 +19,7 @@ type ConfigService interface {
|
||||
GetIntDefault(key string, def int) int
|
||||
GetInt64Default(key string, def int64) int64
|
||||
SetString(key, value string) error
|
||||
GetStringDefault(key string, value string) string
|
||||
}
|
||||
|
||||
func NewHandler(fileService *file.Service, cfg ConfigService) *Handler {
|
||||
|
||||
Reference in New Issue
Block a user