feat(alerting): Add Google Chat alerting provider (#234)

This commit is contained in:
Kostiantyn Polischuk
2022-01-15 04:00:00 +02:00
committed by GitHub
parent 3a7977d086
commit 51a4b63fb5
6 changed files with 336 additions and 3 deletions

View File

@ -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"