Add subtask model and repository, implement webhook notification handling
fix Issue with Scheduler Support NotificationPlatformWebhook support Discord as notification target
This commit is contained in:
parent
8db572f1ec
commit
81acbd8eba
8 changed files with 136 additions and 11 deletions
|
@ -37,6 +37,7 @@ const (
|
|||
NotificationPlatformTelegram
|
||||
NotificationPlatformPushover
|
||||
NotificationPlatformWebhook
|
||||
NotificationPlatformDiscord
|
||||
)
|
||||
|
||||
type JSONB map[string]interface{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue