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:
Mo Tarbin 2025-03-05 19:52:10 -05:00
parent 8db572f1ec
commit 81acbd8eba
8 changed files with 136 additions and 11 deletions

View file

@ -37,6 +37,7 @@ const (
NotificationPlatformTelegram
NotificationPlatformPushover
NotificationPlatformWebhook
NotificationPlatformDiscord
)
type JSONB map[string]interface{}