Documentation
¶
Index ¶
- type DepartmentManageServer
- func (s *DepartmentManageServer) DeptInfoCreate(ctx context.Context, in *sys.DeptInfo) (*sys.WithID, error)
- func (s *DepartmentManageServer) DeptInfoDelete(ctx context.Context, in *sys.WithID) (*sys.Empty, error)
- func (s *DepartmentManageServer) DeptInfoIndex(ctx context.Context, in *sys.DeptInfoIndexReq) (*sys.DeptInfoIndexResp, error)
- func (s *DepartmentManageServer) DeptInfoRead(ctx context.Context, in *sys.DeptInfoReadReq) (*sys.DeptInfo, error)
- func (s *DepartmentManageServer) DeptInfoSync(ctx context.Context, in *sys.DeptInfoSyncReq) (*sys.DeptInfoSyncResp, error)
- func (s *DepartmentManageServer) DeptInfoUpdate(ctx context.Context, in *sys.DeptInfo) (*sys.Empty, error)
- func (s *DepartmentManageServer) DeptRoleIndex(ctx context.Context, in *sys.DeptRoleIndexReq) (*sys.DeptRoleIndexResp, error)
- func (s *DepartmentManageServer) DeptRoleMultiCreate(ctx context.Context, in *sys.DeptRoleMultiSaveReq) (*sys.Empty, error)
- func (s *DepartmentManageServer) DeptRoleMultiDelete(ctx context.Context, in *sys.DeptRoleMultiSaveReq) (*sys.Empty, error)
- func (s *DepartmentManageServer) DeptUserIndex(ctx context.Context, in *sys.DeptUserIndexReq) (*sys.DeptUserIndexResp, error)
- func (s *DepartmentManageServer) DeptUserMultiCreate(ctx context.Context, in *sys.DeptUserMultiSaveReq) (*sys.Empty, error)
- func (s *DepartmentManageServer) DeptUserMultiDelete(ctx context.Context, in *sys.DeptUserMultiSaveReq) (*sys.Empty, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DepartmentManageServer ¶
type DepartmentManageServer struct { sys.UnimplementedDepartmentManageServer // contains filtered or unexported fields }
func NewDepartmentManageServer ¶
func NewDepartmentManageServer(svcCtx *svc.ServiceContext) *DepartmentManageServer
func (*DepartmentManageServer) DeptInfoCreate ¶
func (*DepartmentManageServer) DeptInfoDelete ¶
func (*DepartmentManageServer) DeptInfoIndex ¶
func (s *DepartmentManageServer) DeptInfoIndex(ctx context.Context, in *sys.DeptInfoIndexReq) (*sys.DeptInfoIndexResp, error)
func (*DepartmentManageServer) DeptInfoRead ¶
func (s *DepartmentManageServer) DeptInfoRead(ctx context.Context, in *sys.DeptInfoReadReq) (*sys.DeptInfo, error)
func (*DepartmentManageServer) DeptInfoSync ¶
func (s *DepartmentManageServer) DeptInfoSync(ctx context.Context, in *sys.DeptInfoSyncReq) (*sys.DeptInfoSyncResp, error)
func (*DepartmentManageServer) DeptInfoUpdate ¶
func (*DepartmentManageServer) DeptRoleIndex ¶ added in v1.0.3
func (s *DepartmentManageServer) DeptRoleIndex(ctx context.Context, in *sys.DeptRoleIndexReq) (*sys.DeptRoleIndexResp, error)
func (*DepartmentManageServer) DeptRoleMultiCreate ¶ added in v1.0.3
func (s *DepartmentManageServer) DeptRoleMultiCreate(ctx context.Context, in *sys.DeptRoleMultiSaveReq) (*sys.Empty, error)
func (*DepartmentManageServer) DeptRoleMultiDelete ¶ added in v1.0.3
func (s *DepartmentManageServer) DeptRoleMultiDelete(ctx context.Context, in *sys.DeptRoleMultiSaveReq) (*sys.Empty, error)
func (*DepartmentManageServer) DeptUserIndex ¶ added in v1.0.3
func (s *DepartmentManageServer) DeptUserIndex(ctx context.Context, in *sys.DeptUserIndexReq) (*sys.DeptUserIndexResp, error)
func (*DepartmentManageServer) DeptUserMultiCreate ¶ added in v1.0.3
func (s *DepartmentManageServer) DeptUserMultiCreate(ctx context.Context, in *sys.DeptUserMultiSaveReq) (*sys.Empty, error)
func (*DepartmentManageServer) DeptUserMultiDelete ¶ added in v1.0.3
func (s *DepartmentManageServer) DeptUserMultiDelete(ctx context.Context, in *sys.DeptUserMultiSaveReq) (*sys.Empty, error)
Click to show internal directories.
Click to hide internal directories.