9 lines
350 B
Go
9 lines
350 B
Go
package notifications
|
|
|
|
const (
|
|
FlagNotifyEngineEnabled = "feature.notifications.engine.notify_v1.enabled"
|
|
FlagDiscordServiceEnabled = "feature.notifications.service.discord.enabled"
|
|
FlagGotifyServiceEnabled = "feature.notifications.service.gotify.enabled"
|
|
FlagLegacyFallbackEnabled = "feature.notifications.legacy_shoutrrr.fallback_enabled"
|
|
)
|