Support custom alert provider
This commit is contained in:
@ -18,5 +18,6 @@ type Alert struct {
|
||||
type AlertType string
|
||||
|
||||
const (
|
||||
SlackAlert AlertType = "slack"
|
||||
SlackAlert AlertType = "slack"
|
||||
CustomAlert AlertType = "custom"
|
||||
)
|
||||
|
Reference in New Issue
Block a user