feat: updated models for notification

This commit is contained in:
Marvin Zhang
2024-07-11 18:08:40 +08:00
parent 7b0cd9da9f
commit e66e4d6741
3 changed files with 14 additions and 7 deletions

View File

@@ -6,3 +6,8 @@ const (
NotificationTriggerTaskEmptyResults = "task_empty_results"
NotificationTriggerTaskNever = "task_never"
)
const (
NotificationTemplateModeRichText = "rich-text"
NotificationTemplateModeMarkdown = "markdown"
)