mirror of
https://github.com/TwiN/gatus.git
synced 2026-02-14 21:02:25 +00:00
Fix #117: Implement email alerts
This commit is contained in:
@@ -11,6 +11,9 @@ const (
|
||||
// TypeDiscord is the Type for the discord alerting provider
|
||||
TypeDiscord Type = "discord"
|
||||
|
||||
// TypeEmail is the Type for the email alerting provider
|
||||
TypeEmail Type = "email"
|
||||
|
||||
// TypeMattermost is the Type for the mattermost alerting provider
|
||||
TypeMattermost Type = "mattermost"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user