product_event

package
v0.0.0-...-ca5a4cf Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2024 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 CreateProductEventLogic

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

func NewCreateProductEventLogic

func NewCreateProductEventLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateProductEventLogic

func (*CreateProductEventLogic) CreateProductEvent

func (l *CreateProductEventLogic) CreateProductEvent(in *basic.ProductEventInfo) (*basic.BaseIDResp, error)

type DeleteProductEventLogic

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

func NewDeleteProductEventLogic

func NewDeleteProductEventLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteProductEventLogic

func (*DeleteProductEventLogic) DeleteProductEvent

func (l *DeleteProductEventLogic) DeleteProductEvent(in *basic.IDsReq) (*basic.BaseResp, error)

type GetProductEventByIdLogic

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

func NewGetProductEventByIdLogic

func NewGetProductEventByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetProductEventByIdLogic

func (*GetProductEventByIdLogic) GetProductEventById

func (l *GetProductEventByIdLogic) GetProductEventById(in *basic.IDReq) (*basic.ProductEventInfo, error)

type GetProductEventListLogic

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

func NewGetProductEventListLogic

func NewGetProductEventListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetProductEventListLogic

func (*GetProductEventListLogic) GetProductEventList

type UpdateProductEventLogic

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

func NewUpdateProductEventLogic

func NewUpdateProductEventLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateProductEventLogic

func (*UpdateProductEventLogic) UpdateProductEvent

func (l *UpdateProductEventLogic) UpdateProductEvent(in *basic.ProductEventInfo) (*basic.BaseResp, error)

Jump to

Keyboard shortcuts

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