Documentation ¶
Index ¶
- func FillFather(in *sys.DeptInfo, fsMap map[int64]*sys.DeptInfo)
- type DeptInfoCreateLogic
- type DeptInfoDeleteLogic
- type DeptInfoIndexLogic
- type DeptInfoReadLogic
- type DeptInfoSyncLogic
- func (l *DeptInfoSyncLogic) DeptInfoSync(in *sys.DeptInfoSyncReq) (*sys.DeptInfoSyncResp, error)
- func (l *DeptInfoSyncLogic) DeptInfoSyncDingTalk(info *relationDB.SysDeptInfo, in *sys.DeptInfoSyncReq) (*sys.DeptInfoSyncResp, error)
- func (l *DeptInfoSyncLogic) DeptInfoSyncDingTalkUser(info *relationDB.SysDeptInfo, in *sys.DeptInfoSyncReq) error
- type DeptInfoUpdateLogic
- type DeptRoleIndexLogic
- type DeptRoleMultiCreateLogic
- type DeptRoleMultiDeleteLogic
- type DeptUserIndexLogic
- type DeptUserMultiCreateLogic
- type DeptUserMultiDeleteLogic
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeptInfoCreateLogic ¶
func NewDeptInfoCreateLogic ¶
func NewDeptInfoCreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeptInfoCreateLogic
func (*DeptInfoCreateLogic) DeptInfoCreate ¶
type DeptInfoDeleteLogic ¶
func NewDeptInfoDeleteLogic ¶
func NewDeptInfoDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeptInfoDeleteLogic
func (*DeptInfoDeleteLogic) DeptInfoDelete ¶
type DeptInfoIndexLogic ¶
func NewDeptInfoIndexLogic ¶
func NewDeptInfoIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeptInfoIndexLogic
func (*DeptInfoIndexLogic) DeptInfoIndex ¶
func (l *DeptInfoIndexLogic) DeptInfoIndex(in *sys.DeptInfoIndexReq) (*sys.DeptInfoIndexResp, error)
type DeptInfoReadLogic ¶
func NewDeptInfoReadLogic ¶
func NewDeptInfoReadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeptInfoReadLogic
func (*DeptInfoReadLogic) DeptInfoRead ¶
func (l *DeptInfoReadLogic) DeptInfoRead(in *sys.DeptInfoReadReq) (*sys.DeptInfo, error)
type DeptInfoSyncLogic ¶
func NewDeptInfoSyncLogic ¶
func NewDeptInfoSyncLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeptInfoSyncLogic
func (*DeptInfoSyncLogic) DeptInfoSync ¶
func (l *DeptInfoSyncLogic) DeptInfoSync(in *sys.DeptInfoSyncReq) (*sys.DeptInfoSyncResp, error)
func (*DeptInfoSyncLogic) DeptInfoSyncDingTalk ¶
func (l *DeptInfoSyncLogic) DeptInfoSyncDingTalk(info *relationDB.SysDeptInfo, in *sys.DeptInfoSyncReq) (*sys.DeptInfoSyncResp, error)
func (*DeptInfoSyncLogic) DeptInfoSyncDingTalkUser ¶
func (l *DeptInfoSyncLogic) DeptInfoSyncDingTalkUser(info *relationDB.SysDeptInfo, in *sys.DeptInfoSyncReq) error
type DeptInfoUpdateLogic ¶
func NewDeptInfoUpdateLogic ¶
func NewDeptInfoUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeptInfoUpdateLogic
func (*DeptInfoUpdateLogic) DeptInfoUpdate ¶
type DeptRoleIndexLogic ¶ added in v1.1.0
func NewDeptRoleIndexLogic ¶ added in v1.1.0
func NewDeptRoleIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeptRoleIndexLogic
func (*DeptRoleIndexLogic) DeptRoleIndex ¶ added in v1.1.0
func (l *DeptRoleIndexLogic) DeptRoleIndex(in *sys.DeptRoleIndexReq) (*sys.DeptRoleIndexResp, error)
type DeptRoleMultiCreateLogic ¶ added in v1.1.0
func NewDeptRoleMultiCreateLogic ¶ added in v1.1.0
func NewDeptRoleMultiCreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeptRoleMultiCreateLogic
func (*DeptRoleMultiCreateLogic) DeptRoleMultiCreate ¶ added in v1.1.0
func (l *DeptRoleMultiCreateLogic) DeptRoleMultiCreate(in *sys.DeptRoleMultiSaveReq) (*sys.Empty, error)
type DeptRoleMultiDeleteLogic ¶ added in v1.1.0
func NewDeptRoleMultiDeleteLogic ¶ added in v1.1.0
func NewDeptRoleMultiDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeptRoleMultiDeleteLogic
func (*DeptRoleMultiDeleteLogic) DeptRoleMultiDelete ¶ added in v1.1.0
func (l *DeptRoleMultiDeleteLogic) DeptRoleMultiDelete(in *sys.DeptRoleMultiSaveReq) (*sys.Empty, error)
type DeptUserIndexLogic ¶ added in v1.1.0
func NewDeptUserIndexLogic ¶ added in v1.1.0
func NewDeptUserIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeptUserIndexLogic
func (*DeptUserIndexLogic) DeptUserIndex ¶ added in v1.1.0
func (l *DeptUserIndexLogic) DeptUserIndex(in *sys.DeptUserIndexReq) (*sys.DeptUserIndexResp, error)
type DeptUserMultiCreateLogic ¶ added in v1.1.0
func NewDeptUserMultiCreateLogic ¶ added in v1.1.0
func NewDeptUserMultiCreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeptUserMultiCreateLogic
func (*DeptUserMultiCreateLogic) DeptUserMultiCreate ¶ added in v1.1.0
func (l *DeptUserMultiCreateLogic) DeptUserMultiCreate(in *sys.DeptUserMultiSaveReq) (*sys.Empty, error)
type DeptUserMultiDeleteLogic ¶ added in v1.1.0
func NewDeptUserMultiDeleteLogic ¶ added in v1.1.0
func NewDeptUserMultiDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeptUserMultiDeleteLogic
func (*DeptUserMultiDeleteLogic) DeptUserMultiDelete ¶ added in v1.1.0
func (l *DeptUserMultiDeleteLogic) DeptUserMultiDelete(in *sys.DeptUserMultiSaveReq) (*sys.Empty, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.