Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ServerConf Service DBConf Database ProxyMapping map[string]string RegistryConf RegistryConfig )
Functions ¶
func LoadConfig ¶
func NewEnvironment ¶ added in v1.2.1
func NewEnvironment() *environment
Types ¶
type ClientInfo ¶ added in v1.2.1
type ConfigurationStruct ¶ added in v1.2.1
type ConfigurationStruct struct { Server Service `toml:"Service"` DB Database `toml:"Database"` Clients map[string]ClientInfo `toml:"Clients"` RegistryConf RegistryConfig `toml:"Registry"` }
type RegistryConfig ¶
Click to show internal directories.
Click to hide internal directories.