mirror of
https://github.com/TwiN/gatus.git
synced 2026-02-15 15:35:05 +00:00
Support custom alert provider
This commit is contained in:
@@ -18,5 +18,6 @@ type Alert struct {
|
||||
type AlertType string
|
||||
|
||||
const (
|
||||
SlackAlert AlertType = "slack"
|
||||
SlackAlert AlertType = "slack"
|
||||
CustomAlert AlertType = "custom"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user