Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
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 plugins.Config `mapstructure:"providers" yaml:"providers"` Receivers receivers.Config `mapstructure:"receivers" yaml:"receivers"` Notification notification.Config `mapstructure:"notification" yaml:"notification"` Alert alert.Config `mapstructure:"alert" yaml:"alert"` }
Config contains the application configuration
Click to show internal directories.
Click to hide internal directories.