Documentation ¶
Index ¶
Constants ¶
View Source
const ( ConfigJWT = `jwt` ConfigJWTGroupDefault = `default` )
View Source
const ( ConfigRedis = `redis` ConfigRedisGroupDefault = `default` ConfigRedisGroupCache = `cache` )
View Source
const ( ConfigSystem = `system` // 系统配置 ConfigSystemFontPath = `fontPath` // 字体路径 ConfigSystemMaterialUnderImg = `materialUnderImg` // 素材默认底图 )
View Source
const ( ConfigUploads = `uploads` ConfigUploadsLocal = `local` )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type UploadConfigItem ¶
type UploadConfigItem struct { StorageType string `json:"storage_type" dc:"存储类型"` UploadExt string `json:"upload_ext" dc:"允许上传扩展"` Config map[string]interface{} `json:"config" dc:"配置内容"` }
UploadConfigItem 上传配置属性
Click to show internal directories.
Click to hide internal directories.