@@ -15,6 +15,11 @@
|
||||
package probod
|
||||
|
||||
type notificationsConfig struct {
|
||||
Mailer mailerConfig `json:"mailer"`
|
||||
Slack slackConfig `json:"slack"`
|
||||
Mailer mailerConfig `json:"mailer"`
|
||||
Slack slackConfig `json:"slack"`
|
||||
Webhook webhookConfig `json:"webhook"`
|
||||
}
|
||||
|
||||
type webhookConfig struct {
|
||||
SenderInterval int `json:"sender-interval"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user