Documentation ¶
Index ¶
- type Debug
- type SysAppFun
- type SysArea
- type SysAttachment
- type SysCas
- type SysClient
- type SysComment
- type SysDataPermission
- type SysDingtalk
- type SysDomain
- type SysMenu
- type SysNotification
- type SysOptionset
- type SysOrg
- type SysPermission
- type SysRole
- type SysRoleMenu
- type SysSchedule
- type SysScheduleHistory
- type SysScheduling
- type SysSetting
- type SysTable
- type SysTableColumn
- type SysTag
- type SysTagGroup
- type SysTracker
- type SysUser
- func (srv *SysUser) GetOrgsFromInheritance(db *xorm.Engine, cn string) ([]string, error)
- func (srv *SysUser) GetUserOrgsByUID(db *xorm.Engine, ids string) ([]map[string]interface{}, error)
- func (srv *SysUser) GetUserRolesByUID(db *xorm.Engine, ids []float64) ([]map[string]interface{}, error)
- func (srv *SysUser) PageFormatter(db1 *xorm.Engine) func(*xorm.Engine, []map[string]interface{}) ([]map[string]interface{}, error)
- func (srv *SysUser) TODO(ctx context.Context, db *xorm.Engine, params struct{}) (interface{}, error)
- type SysUserTemplate
- type SysUserTemplateDetail
- type SysWechat
- type SysWorker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SysAppFun ¶
func NewSysAppFun ¶
func NewSysAppFun() *SysAppFun
type SysArea ¶
func NewSysArea ¶
func NewSysArea() *SysArea
type SysAttachment ¶
func NewSysAttachment ¶
func NewSysAttachment() *SysAttachment
type SysClient ¶
func NewSysClient ¶
func NewSysClient() *SysClient
type SysComment ¶
func NewSysComment ¶
func NewSysComment() *SysComment
type SysDataPermission ¶
func NewSysDataPermission ¶
func NewSysDataPermission() *SysDataPermission
type SysDingtalk ¶
func NewSysDingtalk ¶
func NewSysDingtalk() *SysDingtalk
type SysDomain ¶
func NewSysDomain ¶
func NewSysDomain() *SysDomain
type SysMenu ¶
func NewSysMenu ¶
func NewSysMenu() *SysMenu
type SysNotification ¶
func NewSysNotification ¶
func NewSysNotification() *SysNotification
type SysOptionset ¶
func NewSysOptionset ¶
func NewSysOptionset() *SysOptionset
type SysPermission ¶
func NewSysPermission ¶
func NewSysPermission() *SysPermission
type SysRole ¶
func NewSysRole ¶
func NewSysRole() *SysRole
type SysRoleMenu ¶
func NewSysRoleMenu ¶
func NewSysRoleMenu() *SysRoleMenu
type SysSchedule ¶
func NewSysSchedule ¶
func NewSysSchedule() *SysSchedule
type SysScheduleHistory ¶
func NewSysScheduleHistory ¶
func NewSysScheduleHistory() *SysScheduleHistory
type SysScheduling ¶
func NewSysScheduling ¶
func NewSysScheduling() *SysScheduling
type SysSetting ¶
func NewSysSetting ¶
func NewSysSetting() *SysSetting
type SysTable ¶
func NewSysTable ¶
func NewSysTable() *SysTable
type SysTableColumn ¶
func NewSysTableColumn ¶
func NewSysTableColumn() *SysTableColumn
type SysTagGroup ¶
func NewSysTagGroup ¶
func NewSysTagGroup() *SysTagGroup
type SysTracker ¶
func NewSysTracker ¶
func NewSysTracker() *SysTracker
func (*SysTracker) PageFormatter ¶
func (srv *SysTracker) PageFormatter(db1 *xorm.Engine) func(*xorm.Engine, []map[string]interface{}) ([]map[string]interface{}, error)
PageFormatter defined TODO
type SysUser ¶
func NewSysUser ¶
func NewSysUser() *SysUser
func (*SysUser) GetOrgsFromInheritance ¶
GetOrgsFromInheritance defined srv
func (*SysUser) GetUserOrgsByUID ¶
GetUserOrgsByUID defined
func (*SysUser) GetUserRolesByUID ¶
func (srv *SysUser) GetUserRolesByUID(db *xorm.Engine, ids []float64) ([]map[string]interface{}, error)
GetUserRolesByUID defined
type SysUserTemplate ¶
func NewSysUserTemplate ¶
func NewSysUserTemplate() *SysUserTemplate
type SysUserTemplateDetail ¶
func NewSysUserTemplateDetail ¶
func NewSysUserTemplateDetail() *SysUserTemplateDetail
type SysWechat ¶
func NewSysWechat ¶
func NewSysWechat() *SysWechat
type SysWorker ¶
func NewSysWorker ¶
func NewSysWorker() *SysWorker
Source Files ¶
- sys_app_fun.go
- sys_area.go
- sys_attachment.go
- sys_cas.go
- sys_client.go
- sys_comment.go
- sys_data_permission.go
- sys_debug.go
- sys_dingtalk.go
- sys_domain.go
- sys_menu.go
- sys_notification.go
- sys_optionset.go
- sys_org.go
- sys_permission.go
- sys_role.go
- sys_role_menu.go
- sys_schedule.go
- sys_schedule_history.go
- sys_scheduling.go
- sys_setting.go
- sys_table.go
- sys_table_column.go
- sys_tag.go
- sys_tag_group.go
- sys_tracker.go
- sys_user.go
- sys_user_template.go
- sys_user_template_detail.go
- sys_wechat.go
- sys_worker.go
Click to show internal directories.
Click to hide internal directories.