Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Presets []Preset Smtp *SMTPReporter Webhook *WebhookReporter }
func LoadConfiguration ¶
func (Config) GetReporters ¶
func (c Config) GetReporters() reporter.ChainReporter
type SMTPReporter ¶
type WebhookReporter ¶
type WebhookReporter struct {
Url string `toml:"url"`
}
Click to show internal directories.
Click to hide internal directories.