Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CacheSysDict 字典缓存菜单KEY CacheSysDict = "sysDict" // CacheSysDictTag 字典缓存标签 CacheSysDictTag = "sysDictTag" // CacheSysConfigTag 系统参数配置 CacheSysConfigTag = "sysConfigTag" // CacheSysAuthMenu 缓存菜单key CacheSysAuthMenu = "sysAuthMenu" // CacheSysDept 缓存部门key CacheSysDept = "sysDept" // CacheSysRole 角色缓存key CacheSysRole = "sysRole" // CacheSysWebSet 站点配置缓存key CacheSysWebSet = "sysWebSet" // CacheSysCmsMenu cms缓存key CacheSysCmsMenu = "sysCmsMenu" // CacheSysAuthTag 权限缓存TAG标签 CacheSysAuthTag = "sysAuthTag" // CacheSysModelTag 模型缓存标签 CacheSysModelTag = "sysModelTag" // CacheSysCmsTag cms缓存标签 CacheSysCmsTag = "sysCmsTag" )
View Source
const (
// CtxKey 上下文变量存储键名,前后端系统共享
CtxKey = "IOTFastContext"
)
View Source
const (
PageSize = 10 //分页长度
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.