Add teams alerting provider
This commit is contained in:
@ -28,4 +28,7 @@ const (
|
||||
|
||||
// TypeTwilio is the Type for the twilio alerting provider
|
||||
TypeTwilio Type = "twilio"
|
||||
|
||||
// Teams is the Type for the teams alerting provider
|
||||
TypeTeams Type = "teams"
|
||||
)
|
||||
|
Reference in New Issue
Block a user