Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { BindAddress string `mapstructure:"bindAddress"` Prometheus *InternalPromth.Config `mapstructure:"prometheus"` InfluxDB *InternalInflux.Config `mapstructure:"influxdb"` Ldap *InternalLdap.Config `mapstructure:"ldap"` Keycode *Keycodes.Config `mapstructure:"keycode"` Notifier *Notifier.Config `mapstructure:"notifier"` WeaveScope *InternalWeaveScope.Config `mapstructure:"weavescope"` RabbitMQ *InternalRabbitMQ.Config `mapstructure:"rabbitmq"` Log *log.Config `mapstructure:"log"` }
func NewDefaultConfig ¶
func NewDefaultConfig() Config
Click to show internal directories.
Click to hide internal directories.