Documentation ¶
Index ¶
- Constants
- type Debug
- type SysAppFun
- type SysArea
- type SysAttachment
- type SysCas
- type SysCasQrType
- 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
- type WeiXinToken
Constants ¶
View Source
const ( SysCasQrTypeWeiXin = iota SysCasQrTypeDingTalk )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Debug ¶
type Debug struct {
*svc.ServiceContext
}
type SysAppFun ¶
type SysAppFun struct {
*svc.ServiceContext
}
func NewSysAppFun ¶
func NewSysAppFun() *SysAppFun
type SysArea ¶
type SysArea struct {
*svc.ServiceContext
}
func NewSysArea ¶
func NewSysArea() *SysArea
type SysAttachment ¶
type SysAttachment struct {
*svc.ServiceContext
}
func NewSysAttachment ¶
func NewSysAttachment() *SysAttachment
type SysClient ¶
type SysClient struct {
*svc.ServiceContext
}
func NewSysClient ¶
func NewSysClient() *SysClient
type SysComment ¶
type SysComment struct {
*svc.ServiceContext
}
func NewSysComment ¶
func NewSysComment() *SysComment
type SysDataPermission ¶
type SysDataPermission struct {
*svc.ServiceContext
}
func NewSysDataPermission ¶
func NewSysDataPermission() *SysDataPermission
type SysDingtalk ¶
type SysDingtalk struct {
*svc.ServiceContext
}
func NewSysDingtalk ¶
func NewSysDingtalk() *SysDingtalk
type SysDomain ¶
type SysDomain struct {
*svc.ServiceContext
}
func NewSysDomain ¶
func NewSysDomain() *SysDomain
type SysMenu ¶
type SysMenu struct {
*svc.ServiceContext
}
func NewSysMenu ¶
func NewSysMenu() *SysMenu
type SysNotification ¶
type SysNotification struct {
*svc.ServiceContext
}
func NewSysNotification ¶
func NewSysNotification() *SysNotification
type SysOptionset ¶
type SysOptionset struct {
*svc.ServiceContext
}
func NewSysOptionset ¶
func NewSysOptionset() *SysOptionset
type SysOrg ¶
type SysOrg struct {
*svc.ServiceContext
}
type SysPermission ¶
type SysPermission struct {
*svc.ServiceContext
}
func NewSysPermission ¶
func NewSysPermission() *SysPermission
type SysRole ¶
type SysRole struct {
*svc.ServiceContext
}
func NewSysRole ¶
func NewSysRole() *SysRole
type SysRoleMenu ¶
type SysRoleMenu struct {
*svc.ServiceContext
}
func NewSysRoleMenu ¶
func NewSysRoleMenu() *SysRoleMenu
type SysSchedule ¶
type SysSchedule struct {
*svc.ServiceContext
}
func NewSysSchedule ¶
func NewSysSchedule() *SysSchedule
type SysScheduleHistory ¶
type SysScheduleHistory struct {
*svc.ServiceContext
}
func NewSysScheduleHistory ¶
func NewSysScheduleHistory() *SysScheduleHistory
type SysScheduling ¶
type SysScheduling struct {
*svc.ServiceContext
}
func NewSysScheduling ¶
func NewSysScheduling() *SysScheduling
type SysSetting ¶
type SysSetting struct {
*svc.ServiceContext
}
func NewSysSetting ¶
func NewSysSetting() *SysSetting
type SysTable ¶
type SysTable struct {
*svc.ServiceContext
}
func NewSysTable ¶
func NewSysTable() *SysTable
type SysTableColumn ¶
type SysTableColumn struct {
*svc.ServiceContext
}
func NewSysTableColumn ¶
func NewSysTableColumn() *SysTableColumn
type SysTag ¶
type SysTag struct {
*svc.ServiceContext
}
type SysTagGroup ¶
type SysTagGroup struct {
*svc.ServiceContext
}
func NewSysTagGroup ¶
func NewSysTagGroup() *SysTagGroup
type SysTracker ¶
type SysTracker struct {
*svc.ServiceContext
}
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 ¶
type SysUser struct {
*svc.ServiceContext
}
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 ¶
type SysUserTemplate struct {
*svc.ServiceContext
}
func NewSysUserTemplate ¶
func NewSysUserTemplate() *SysUserTemplate
type SysUserTemplateDetail ¶
type SysUserTemplateDetail struct {
*svc.ServiceContext
}
func NewSysUserTemplateDetail ¶
func NewSysUserTemplateDetail() *SysUserTemplateDetail
type SysWechat ¶
type SysWechat struct {
*svc.ServiceContext
}
SysWechat defined TODO
func NewSysWechat ¶
func NewSysWechat() *SysWechat
type SysWorker ¶
type SysWorker struct {
*svc.ServiceContext
}
func NewSysWorker ¶
func NewSysWorker() *SysWorker
type WeiXinToken ¶ added in v1.2.11
type WeiXinToken struct { Errcode int64 `json:"errcode"` Errmsg string `json:"errmsg"` AccessToken string `json:"access_token"` ExpiresIn int64 `json:"expires_in"` RefreshToken string `json:"refresh_token"` Openid string `json:"openid"` Scope string `json:"scope"` }
WeiXinToken defined TODO
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.