Remove useless comment

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-03-06 11:16:50 +01:00
parent d209716d95
commit f33a1fe149
14 changed files with 7 additions and 43 deletions

View File

@@ -14,14 +14,12 @@
package probod
// NotificationsConfig contains notification configuration.
type NotificationsConfig struct {
Mailer MailerConfig `json:"mailer"`
Slack SlackConfig `json:"slack"`
Webhook WebhookConfig `json:"webhook"`
}
// WebhookConfig contains webhook configuration.
type WebhookConfig struct {
SenderInterval int `json:"sender-interval"`
CacheTTL int `json:"cache-ttl"`