Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadConfig ¶
func LoadConfig(c *ConfigMgrConfig, path string) error
Types ¶
type BackendConfig ¶
type ConfigMgrConfig ¶
type ConfigMgrConfig struct {
Listen ListenConfig `toml:"listen"`
Main MainConfig `toml:"main"`
Backends map[string]BackendConfig
}
type ListenConfig ¶
type MainConfig ¶
Click to show internal directories.
Click to hide internal directories.