Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadConfig ¶
Types ¶
type AppConfig ¶
type AppConfig struct {
Http HttpConfigSection `yaml:"http"`
Https HttpsConfigSection `yaml:"https"`
Maps map[string]string `yaml:"maps"`
}
func GetAppConfig ¶
func GetAppConfig() *AppConfig
func LoadAppConfig ¶
func LoadAppConfig() *AppConfig
type HttpConfigSection ¶
Click to show internal directories.
Click to hide internal directories.