Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddDeptLogic ¶
func NewAddDeptLogic ¶
func NewAddDeptLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddDeptLogic
func (*AddDeptLogic) AddDept ¶
func (l *AddDeptLogic) AddDept(req *types.AddDeptReq) (resp *types.AddDeptResp, err error)
type DeleteDeptLogic ¶
func NewDeleteDeptLogic ¶
func NewDeleteDeptLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteDeptLogic
func (*DeleteDeptLogic) DeleteDept ¶
func (l *DeleteDeptLogic) DeleteDept(req *types.DeleteDeptReq) (resp *types.DeleteDeptResp, err error)
type ListDeptLogic ¶
func NewListDeptLogic ¶
func NewListDeptLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ListDeptLogic
func (*ListDeptLogic) ListDept ¶
func (l *ListDeptLogic) ListDept(req *types.ListDeptReq) (resp *types.ListDeptResp, err error)
type UpdateDeptLogic ¶
func NewUpdateDeptLogic ¶
func NewUpdateDeptLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateDeptLogic
func (*UpdateDeptLogic) UpdateDept ¶
func (l *UpdateDeptLogic) UpdateDept(req *types.UpdateDeptReq) (resp *types.UpdateDeptResp, err error)
Click to show internal directories.
Click to hide internal directories.