Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CurrentConfig AppConfig CurrentBaseDir string )
Functions ¶
func SetBaseDir ¶
func SetBaseDir(baseDir string)
Types ¶
type AppConfig ¶
type AppConfig struct {
XMLName xml.Name `xml:"config"`
Log Log `xml:"log"`
HttpServer HttpServer `xml:"httpserver"`
Redises []RedisInfo `xml:"redises>redis"`
}
配置信息
type HttpServer ¶
全局配置
Click to show internal directories.
Click to hide internal directories.