department

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchDeleteDepartmentLogic

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

func NewBatchDeleteDepartmentLogic

func NewBatchDeleteDepartmentLogic(r *http.Request, svcCtx *svc.ServiceContext) *BatchDeleteDepartmentLogic

func (*BatchDeleteDepartmentLogic) BatchDeleteDepartment

func (l *BatchDeleteDepartmentLogic) BatchDeleteDepartment(req *types.IDsReq) (resp *types.BaseMsgResp, err error)

type CreateOrUpdateDepartmentLogic

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

func NewCreateOrUpdateDepartmentLogic

func NewCreateOrUpdateDepartmentLogic(r *http.Request, svcCtx *svc.ServiceContext) *CreateOrUpdateDepartmentLogic

func (*CreateOrUpdateDepartmentLogic) CreateOrUpdateDepartment

func (l *CreateOrUpdateDepartmentLogic) CreateOrUpdateDepartment(req *types.CreateOrUpdateDepartmentReq) (resp *types.BaseMsgResp, err error)

type DeleteDepartmentLogic

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

func NewDeleteDepartmentLogic

func NewDeleteDepartmentLogic(r *http.Request, svcCtx *svc.ServiceContext) *DeleteDepartmentLogic

func (*DeleteDepartmentLogic) DeleteDepartment

func (l *DeleteDepartmentLogic) DeleteDepartment(req *types.IDReq) (resp *types.BaseMsgResp, err error)

type GetDepartmentListLogic

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

func NewGetDepartmentListLogic

func NewGetDepartmentListLogic(r *http.Request, svcCtx *svc.ServiceContext) *GetDepartmentListLogic

func (*GetDepartmentListLogic) GetDepartmentList

func (l *GetDepartmentListLogic) GetDepartmentList(req *types.DepartmentListReq) (resp *types.DepartmentListResp, err error)

type UpdateDepartmentStatusLogic

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

func NewUpdateDepartmentStatusLogic

func NewUpdateDepartmentStatusLogic(r *http.Request, svcCtx *svc.ServiceContext) *UpdateDepartmentStatusLogic

func (*UpdateDepartmentStatusLogic) UpdateDepartmentStatus

func (l *UpdateDepartmentStatusLogic) UpdateDepartmentStatus(req *types.StatusCodeReq) (resp *types.BaseMsgResp, err error)

Jump to

Keyboard shortcuts

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