Documentation
¶
Overview ¶
Package config provides configuration file support for the wgipamd server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = "" /* 1843-byte string literal not displayed */
Default is the toml representation of the default configuration.
Functions ¶
This section is empty.
Types ¶
type Debug ¶
type Debug struct { Address string `toml:"address"` Prometheus bool `toml:"prometheus"` PProf bool `toml:"pprof"` }
Debug provides configuration for debugging and observability.
Click to show internal directories.
Click to hide internal directories.