Opsgenie Alert Provider (#214)

*  opsgenie alert provider

*  add unit tests

* ✏️ typofix

* 📝 update readme

*  add details

*  use group to previne colisions

* ✏️ typofix

* ✏️ typofix
This commit is contained in:
Vinicius Reis
2021-12-09 22:32:38 -03:00
committed by GitHub
parent b5a26caa08
commit 7353fad809
5 changed files with 632 additions and 1 deletions

View File

@ -34,4 +34,7 @@ const (
// TypeTwilio is the Type for the twilio alerting provider
TypeTwilio Type = "twilio"
// TypeOpsgenie is the Type for the opsgenie alerting provider
TypeOpsgenie Type = "opsgenie"
)