Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { General ConfigGeneral Mail ConfigSmtp Mailgun ConfigMailgun Slack ConfigSlack Udp ConfigBind Tcp ConfigBind Http ConfigBind Database ConfigDatabase Metrics ConfigMetrics Alarms []ConfigAlarm Alerts map[string]ConfigAlert Eventlog ConfigEventlog Notify []ConfigNotify }
type ConfigAlarm ¶
type ConfigAlert ¶
type ConfigBind ¶
type ConfigBind struct {
Listen string
}
type ConfigDatabase ¶
type ConfigEventlog ¶
type ConfigGeneral ¶
type ConfigGeneral struct {
PublicUrl string `toml:"public_url"`
}
type ConfigMailgun ¶
type ConfigMetrics ¶
type ConfigNotify ¶
type ConfigNotify struct {
Lovebeat string
}
type ConfigSlack ¶
type ConfigSlack struct {
WebhookUrl string `toml:"webhook_url"`
}
type ConfigSmtp ¶
Click to show internal directories.
Click to hide internal directories.