operation_log

package
v0.0.0-...-09fef34 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateOperationLogLogic

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

func NewCreateOperationLogLogic

func NewCreateOperationLogLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateOperationLogLogic

创建操作记录

func (*CreateOperationLogLogic) CreateOperationLog

func (l *CreateOperationLogLogic) CreateOperationLog(req *types.OperationLog) (resp *types.OperationLog, err error)

type DeleteOperationLogListLogic

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

func NewDeleteOperationLogListLogic

func NewDeleteOperationLogListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteOperationLogListLogic

批量删除操作记录

func (*DeleteOperationLogListLogic) DeleteOperationLogList

func (l *DeleteOperationLogListLogic) DeleteOperationLogList(req *types.IdsReq) (resp *types.BatchResp, err error)

type DeleteOperationLogLogic

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

func NewDeleteOperationLogLogic

func NewDeleteOperationLogLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteOperationLogLogic

删除操作记录

func (*DeleteOperationLogLogic) DeleteOperationLog

func (l *DeleteOperationLogLogic) DeleteOperationLog(req *types.IdReq) (resp *types.BatchResp, err error)

type FindOperationLogListLogic

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

func NewFindOperationLogListLogic

func NewFindOperationLogListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindOperationLogListLogic

分页获取操作记录列表

func (*FindOperationLogListLogic) FindOperationLogList

func (l *FindOperationLogListLogic) FindOperationLogList(req *types.PageQuery) (resp *types.PageResp, err error)

type FindOperationLogLogic

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

func NewFindOperationLogLogic

func NewFindOperationLogLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindOperationLogLogic

查询操作记录

func (*FindOperationLogLogic) FindOperationLog

func (l *FindOperationLogLogic) FindOperationLog(req *types.IdReq) (resp *types.OperationLog, err error)

type UpdateOperationLogLogic

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

func NewUpdateOperationLogLogic

func NewUpdateOperationLogLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateOperationLogLogic

更新操作记录

func (*UpdateOperationLogLogic) UpdateOperationLog

func (l *UpdateOperationLogLogic) UpdateOperationLog(req *types.OperationLog) (resp *types.OperationLog, err error)

Jump to

Keyboard shortcuts

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