Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // CasbinRule is globally public accessible object for table casbin_rule operations. CasbinRule = casbinRuleDao{ internal.NewCasbinRuleDao(), } )
View Source
var ( // SysAuthRule is globally public accessible object for table sys_auth_rule operations. SysAuthRule = sysAuthRuleDao{ internal.NewSysAuthRuleDao(), } )
View Source
var ( // SysConfig is globally public accessible object for table sys_config operations. SysConfig = sysConfigDao{ internal.NewSysConfigDao(), } )
View Source
var ( // SysDept is globally public accessible object for table sys_dept operations. SysDept = sysDeptDao{ internal.NewSysDeptDao(), } )
View Source
var ( // SysDictData is globally public accessible object for table sys_dict_data operations. SysDictData = sysDictDataDao{ internal.NewSysDictDataDao(), } )
View Source
var ( // SysDictType is globally public accessible object for table sys_dict_type operations. SysDictType = sysDictTypeDao{ internal.NewSysDictTypeDao(), } )
View Source
var ( // SysGenTable is globally public accessible object for table sys_gen_table operations. SysGenTable = sysGenTableDao{ internal.NewSysGenTableDao(), } )
View Source
var ( // SysGenTableColumn is globally public accessible object for table sys_gen_table_column operations. SysGenTableColumn = sysGenTableColumnDao{ internal.NewSysGenTableColumnDao(), } )
View Source
var ( // SysJob is globally public accessible object for table tools_gen_table operations. SysJob = jobDao{ internal.NewSysJobDao(), } )
View Source
var ( // SysLoginLog is globally public accessible object for table sys_login_log operations. SysLoginLog = sysLoginLogDao{ internal.NewSysLoginLogDao(), } )
View Source
var ( // SysOperLog is globally public accessible object for table sys_oper_log operations. SysOperLog = sysOperLogDao{ internal.NewSysOperLogDao(), } )
View Source
var ( // SysPost is globally public accessible object for table sys_post operations. SysPost = sysPostDao{ internal.NewSysPostDao(), } )
View Source
var ( // SysRole is globally public accessible object for table sys_role operations. SysRole = sysRoleDao{ internal.NewSysRoleDao(), } )
View Source
var ( // SysRoleDept is globally public accessible object for table sys_role_dept operations. SysRoleDept = sysRoleDeptDao{ internal.NewSysRoleDeptDao(), } )
View Source
var ( // SysUser is globally public accessible object for table sys_user operations. SysUser = sysUserDao{ internal.NewSysUserDao(), } )
View Source
var ( // SysUserOnline is globally public accessible object for table sys_user_online operations. SysUserOnline = sysUserOnlineDao{ internal.NewSysUserOnlineDao(), } )
View Source
var ( // SysUserPost is globally public accessible object for table sys_user_post operations. SysUserPost = sysUserPostDao{ internal.NewSysUserPostDao(), } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.