Add subtask model and repository, implement webhook notification handling
fix Issue with Scheduler Support NotificationPlatformWebhook
This commit is contained in:
parent
41be361463
commit
8db572f1ec
13 changed files with 337 additions and 38 deletions
|
@ -36,6 +36,7 @@ const (
|
|||
NotificationPlatformNone NotificationPlatform = iota
|
||||
NotificationPlatformTelegram
|
||||
NotificationPlatformPushover
|
||||
NotificationPlatformWebhook
|
||||
)
|
||||
|
||||
type JSONB map[string]interface{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue