feat(alerts): Add Matrix alert provider

This commit is contained in:
Kalissaac
2022-07-15 21:43:48 -07:00
committed by TwiN
parent 4a1a8ff380
commit 37f3f964ea
6 changed files with 220 additions and 0 deletions

View File

@ -40,4 +40,7 @@ const (
// TypeOpsgenie is the Type for the opsgenie alerting provider
TypeOpsgenie Type = "opsgenie"
// TypeMatrix is the Type for the matrix alerting provider
TypeMatrix Type = "matrix"
)