Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentConfig ¶
type AgentConfig struct { // ListenAddress is the address to listen on ListenAddress string `split_words:"true" default:":8081"` }
func LoadAgentConfig ¶
func LoadAgentConfig() (*AgentConfig, error)
type ServerConfig ¶
type ServerConfig struct { // ListenAddress is the address to listen on ListenAddress string `split_words:"true" default:":8080"` }
func LoadServerConfig ¶
func LoadServerConfig() (*ServerConfig, error)
type SharedConfig ¶
type SharedConfig struct { string `split_words:"true" default:"info"` }LogLevel
Click to show internal directories.
Click to hide internal directories.