mirror of
https://github.com/TwiN/gatus.git
synced 2026-02-14 22:40:05 +00:00
Start working on #12: Fix inconsistencies in alerting providers
This commit is contained in:
8
alerting/config.go
Normal file
8
alerting/config.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package alerting
|
||||
|
||||
type Config struct {
|
||||
Slack *SlackAlertProvider `yaml:"slack"`
|
||||
PagerDuty *PagerDutyAlertProvider `yaml:"pagerduty"`
|
||||
Twilio *TwilioAlertProvider `yaml:"twilio"`
|
||||
Custom *CustomAlertProvider `yaml:"custom"`
|
||||
}
|
||||
Reference in New Issue
Block a user