feat(alerting): Add Google Chat alerting provider (#234)
This commit is contained in:
committed by
GitHub
parent
3a7977d086
commit
51a4b63fb5
@ -8,6 +8,9 @@ const (
|
||||
// TypeCustom is the Type for the custom alerting provider
|
||||
TypeCustom Type = "custom"
|
||||
|
||||
// TypeGoogleChat is the Type for the Google chat alerting provider
|
||||
TypeGoogleChat Type = "googlechat"
|
||||
|
||||
// TypeDiscord is the Type for the discord alerting provider
|
||||
TypeDiscord Type = "discord"
|
||||
|
||||
|
Reference in New Issue
Block a user