mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
feat(notifications): on update available (#352)
This commit is contained in:
parent
b4589243de
commit
2a3a839081
11 changed files with 326 additions and 18 deletions
|
@ -78,14 +78,13 @@ const (
|
|||
type NotificationEvent string
|
||||
|
||||
const (
|
||||
//NotificationEventAppUpdateAvailable NotificationEvent = "APP_UPDATE_AVAILABLE"
|
||||
|
||||
NotificationEventPushApproved NotificationEvent = "PUSH_APPROVED"
|
||||
NotificationEventPushRejected NotificationEvent = "PUSH_REJECTED"
|
||||
NotificationEventPushError NotificationEvent = "PUSH_ERROR"
|
||||
NotificationEventIRCDisconnected NotificationEvent = "IRC_DISCONNECTED"
|
||||
NotificationEventIRCReconnected NotificationEvent = "IRC_RECONNECTED"
|
||||
NotificationEventTest NotificationEvent = "TEST"
|
||||
NotificationEventAppUpdateAvailable NotificationEvent = "APP_UPDATE_AVAILABLE"
|
||||
NotificationEventPushApproved NotificationEvent = "PUSH_APPROVED"
|
||||
NotificationEventPushRejected NotificationEvent = "PUSH_REJECTED"
|
||||
NotificationEventPushError NotificationEvent = "PUSH_ERROR"
|
||||
NotificationEventIRCDisconnected NotificationEvent = "IRC_DISCONNECTED"
|
||||
NotificationEventIRCReconnected NotificationEvent = "IRC_RECONNECTED"
|
||||
NotificationEventTest NotificationEvent = "TEST"
|
||||
)
|
||||
|
||||
type NotificationEventArr []NotificationEvent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue