Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateProductEventLogic ¶
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 ¶
func NewDeleteProductEventLogic ¶
func NewDeleteProductEventLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteProductEventLogic
func (*DeleteProductEventLogic) DeleteProductEvent ¶
type GetProductEventByIdLogic ¶
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 ¶
func NewGetProductEventListLogic ¶
func NewGetProductEventListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetProductEventListLogic
func (*GetProductEventListLogic) GetProductEventList ¶
func (l *GetProductEventListLogic) GetProductEventList(in *basic.ProductEventListReq) (*basic.ProductEventListResp, error)
type UpdateProductEventLogic ¶
func NewUpdateProductEventLogic ¶
func NewUpdateProductEventLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateProductEventLogic
func (*UpdateProductEventLogic) UpdateProductEvent ¶
func (l *UpdateProductEventLogic) UpdateProductEvent(in *basic.ProductEventInfo) (*basic.BaseResp, error)
Click to show internal directories.
Click to hide internal directories.