Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Whether Alerta integration is enabled. Enabled bool `toml:"enabled" override:"enabled"` // The Alerta URL. URL string `toml:"url" override:"url"` // The authentication token for this notification, can be overridden per alert. Token string `toml:"token" override:"token,redact"` // The environment in which to raise the alert. Environment string `toml:"environment" override:"environment"` // The origin of the alert. Origin string `toml:"origin" override:"origin"` }
Click to show internal directories.
Click to hide internal directories.