Add support for Twilio alerts (#7)
This commit is contained in:
@ -19,5 +19,6 @@ type AlertType string
|
||||
|
||||
const (
|
||||
SlackAlert AlertType = "slack"
|
||||
TwilioAlert AlertType = "twilio"
|
||||
CustomAlert AlertType = "custom"
|
||||
)
|
||||
|
Reference in New Issue
Block a user