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
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 ¶
Click to show internal directories.
Click to hide internal directories.