Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AppConfigSetting = &AppConfig{}
View Source
var DBEngine *gorm.DB
Functions ¶
Types ¶
type App ¶
type App struct {
JwtSecret string `yaml:"jwtSecret"`
PageSize int `yaml:"pageSize"`
PrefixUrl string `yaml:"prefixUrl"`
RuntimeRootPath string `yaml:"runtimeRootPath"`
ImageSavePath string `yaml:"imageSavePath"`
ImageMaxSize int `yaml:"imageMaxSize"`
ImageAllowExts []string `yaml:"imageAllowExts"`
ExportSavePath string `yaml:"exportSavePath"`
QrCodeSavePath string `yaml:"qrCodeSavePath"`
FontSavePath string `yaml:"fontSavePath"`
LogSavePath string `yaml:"logSavePath"`
LogSaveName string `yaml:"logSaveName"`
LogFileExt string `yaml:"logFileExt"`
TimeFormat string `yaml:"timeFormat"`
LuaSeckillPath string `yaml:"luaSeckillPath"`
}
Click to show internal directories.
Click to hide internal directories.