Continue working on #2: Slack alerts
This commit is contained in:
5
core/alerting.go
Normal file
5
core/alerting.go
Normal file
@ -0,0 +1,5 @@
|
||||
package core
|
||||
|
||||
type Alerting struct {
|
||||
Slack string `yaml:"slack"`
|
||||
}
|
Reference in New Issue
Block a user