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