Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶ added in v0.4.1
type Config struct {
DB db.Config `mapstructure:"db"`
Telemetry telemetry.Config `mapstructure:"telemetry" yaml:"telemetry"`
Service server.Config `mapstructure:"service" yaml:"service"`
Log Log `mapstructure:"log" yaml:"log"`
Providers providers.Config `mapstructure:"providers" yaml:"providers"`
Receivers receivers.Config `mapstructure:"receivers" yaml:"receivers"`
Notification notification.Config `mapstructure:"notification" yaml:"notification"`
}
Config contains the application configuration
Click to show internal directories.
Click to hide internal directories.