Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateProductServiceLogic ¶
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 ¶
func NewDeleteProductServiceLogic ¶
func NewDeleteProductServiceLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteProductServiceLogic
func (*DeleteProductServiceLogic) DeleteProductService ¶
type GetProductServiceByIdLogic ¶
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 ¶
func NewGetProductServiceListLogic ¶
func NewGetProductServiceListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetProductServiceListLogic
func (*GetProductServiceListLogic) GetProductServiceList ¶
func (l *GetProductServiceListLogic) GetProductServiceList(in *basic.ProductServiceListReq) (*basic.ProductServiceListResp, error)
type UpdateProductServiceLogic ¶
func NewUpdateProductServiceLogic ¶
func NewUpdateProductServiceLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateProductServiceLogic
func (*UpdateProductServiceLogic) UpdateProductService ¶
func (l *UpdateProductServiceLogic) UpdateProductService(in *basic.ProductServiceInfo) (*basic.BaseResp, error)
Click to show internal directories.
Click to hide internal directories.