mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
feat: updated models for notification
This commit is contained in:
@@ -6,3 +6,8 @@ const (
|
||||
NotificationTriggerTaskEmptyResults = "task_empty_results"
|
||||
NotificationTriggerTaskNever = "task_never"
|
||||
)
|
||||
|
||||
const (
|
||||
NotificationTemplateModeRichText = "rich-text"
|
||||
NotificationTemplateModeMarkdown = "markdown"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user