mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
14 lines
409 B
Go
14 lines
409 B
Go
package constants
|
|
|
|
const (
|
|
NotificationTriggerOnTaskEnd = "notification_trigger_on_task_end"
|
|
NotificationTriggerOnTaskError = "notification_trigger_on_task_error"
|
|
NotificationTriggerNever = "notification_trigger_never"
|
|
)
|
|
|
|
const (
|
|
NotificationTypeMail = "notification_type_mail"
|
|
NotificationTypeDingTalk = "notification_type_ding_talk"
|
|
NotificationTypeWechat = "notification_type_wechat"
|
|
)
|