Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var App = new(AppConf)
View Source
var RootPath string
Functions ¶
This section is empty.
Types ¶
type AppConf ¶
type AppConf struct { MysqlConf `ini:"mysql"` RedisConf `ini:"redis"` SessionConf `ini:"session"` BaseConf `ini:"base"` }
type SessionConf ¶
type SessionConf struct {
SessionName string `ini:"session_name"`
}
Click to show internal directories.
Click to hide internal directories.