Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AppSetting = &App{}
AppSetting APP 配置
View Source
var DatabaseSetting = &Database{}
DatabaseSetting 数据库配置
View Source
var RedisSetting = &Redis{}
RedisSetting Redis 缓存
View Source
var ServerSetting = &Server{}
ServerSetting 服务器配置
Functions ¶
Types ¶
type App ¶
type App struct { Debug bool JwtSecret string PageSize int RuntimeRootPath string PrefixUrl string ImageSavePath string ImageMaxSize int ImageAllowExts []string ExportSavePath string QrCodeSavePath string FontSavePath string LogSavePath string LogSaveName string LogFileExt string TimeFormat string }
Click to show internal directories.
Click to hide internal directories.