mirror of
https://github.com/TwiN/gatus.git
synced 2026-02-15 16:45:04 +00:00
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