dept

package
v0.0.0-...-5d74809 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2022 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddDeptLogic

type AddDeptLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type DeleteDeptLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type ListDeptLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type UpdateDeptLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL