product_service

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 CreateProductServiceLogic

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

func NewCreateProductServiceLogic

func NewCreateProductServiceLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateProductServiceLogic

func (*CreateProductServiceLogic) CreateProductService

func (l *CreateProductServiceLogic) CreateProductService(in *basic.ProductServiceInfo) (*basic.BaseIDResp, error)

type DeleteProductServiceLogic

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

func NewDeleteProductServiceLogic

func NewDeleteProductServiceLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteProductServiceLogic

func (*DeleteProductServiceLogic) DeleteProductService

func (l *DeleteProductServiceLogic) DeleteProductService(in *basic.IDsReq) (*basic.BaseResp, error)

type GetProductServiceByIdLogic

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

func NewGetProductServiceByIdLogic

func NewGetProductServiceByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetProductServiceByIdLogic

func (*GetProductServiceByIdLogic) GetProductServiceById

func (l *GetProductServiceByIdLogic) GetProductServiceById(in *basic.IDReq) (*basic.ProductServiceInfo, error)

type GetProductServiceListLogic

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

func NewGetProductServiceListLogic

func NewGetProductServiceListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetProductServiceListLogic

func (*GetProductServiceListLogic) GetProductServiceList

type UpdateProductServiceLogic

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

func NewUpdateProductServiceLogic

func NewUpdateProductServiceLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateProductServiceLogic

func (*UpdateProductServiceLogic) UpdateProductService

func (l *UpdateProductServiceLogic) UpdateProductService(in *basic.ProductServiceInfo) (*basic.BaseResp, error)

Jump to

Keyboard shortcuts

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