Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AppSetting = &App{}
View Source
var DatabaseSetting = &Database{}
View Source
var RedisSetting = &Redis{}
View Source
var ServerSetting = &Server{}
Functions ¶
Types ¶
type App ¶
type App struct { JwtSecret string JwtIssuer string PageSize int RuntimeRootPath string PrefixUrl string ImagePrefixUrl string ImageSavePath string ImageMaxSize int ImageAllowExts []string LogSavePath string LogSaveName string LogFileExt string TimeFormat string QrCodeSavePath string FontSavePath string }
Click to show internal directories.
Click to hide internal directories.