gatus/core/alerting.go

6 lines
68 B
Go
Raw Normal View History

2020-08-20 01:41:01 +02:00
package core
type Alerting struct {
Slack string `yaml:"slack"`
}