Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AppSetting = &App{} ServerSetting = &Server{} HTTPHeadParamSetting = &HTTPHeadParam{} DatabaseSetting = &Database{} SchedulerSetting = &Scheduler{} )
统一实例化设置对象
Functions ¶
Types ¶
type App ¶
type App struct { PageSize int RuntimeRootPath string LogSavePath string LogSaveName string LogFileExt string TimeFormat string }
App 设置对象
type Database ¶
type Database struct { Type string User string PassWord string Host string DBName string TablePrefix string }
Database 数据库设置对象
type HTTPHeadParam ¶
HTTPHeadParam http前端填充的头部参数
Click to show internal directories.
Click to hide internal directories.