mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
feat(notifications): Add Gotify (#1180)
feat(notifications): Add Gotify (resolves #513)
This commit is contained in:
parent
525861074b
commit
77948d7654
8 changed files with 233 additions and 6 deletions
|
@ -79,6 +79,7 @@ const (
|
|||
NotificationTypeRocketChat NotificationType = "ROCKETCHAT"
|
||||
NotificationTypeSlack NotificationType = "SLACK"
|
||||
NotificationTypeTelegram NotificationType = "TELEGRAM"
|
||||
NotificationTypeGotify NotificationType = "GOTIFY"
|
||||
)
|
||||
|
||||
type NotificationEvent string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue