Add missing comment

This commit is contained in:
TwinProduction 2021-04-24 16:59:33 -04:00
parent 425c93ed8f
commit 4308f2c1ef

View File

@ -10,7 +10,7 @@ import (
// AlertProvider is the configuration necessary for sending an alert using Slack
type AlertProvider struct {
WebhookURL string `yaml:"webhook-url"`
WebhookURL string `yaml:"webhook-url"` // Slack webhook URL
}
// IsValid returns whether the provider's configuration is valid