Versions in this module Expand all Collapse all v0 v0.0.2 Jan 24, 2025 Changes in this version + type AddProductFullReductionLogic struct + func NewAddProductFullReductionLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddProductFullReductionLogic + func (l *AddProductFullReductionLogic) AddProductFullReduction(in *pmsclient.AddProductFullReductionReq) (*pmsclient.AddProductFullReductionResp, error) + type DeleteProductFullReductionLogic struct + func NewDeleteProductFullReductionLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteProductFullReductionLogic + func (l *DeleteProductFullReductionLogic) DeleteProductFullReduction(in *pmsclient.DeleteProductFullReductionReq) (*pmsclient.DeleteProductFullReductionResp, error) + type QueryProductFullReductionListLogic struct + func NewQueryProductFullReductionListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryProductFullReductionListLogic + func (l *QueryProductFullReductionListLogic) QueryProductFullReductionList(in *pmsclient.QueryProductFullReductionListReq) (*pmsclient.QueryProductFullReductionListResp, error) v0.0.1 May 9, 2024 Changes in this version + type ProductFullReductionAddLogic struct + func NewProductFullReductionAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductFullReductionAddLogic + func (l *ProductFullReductionAddLogic) ProductFullReductionAdd(in *pmsclient.ProductFullReductionAddReq) (*pmsclient.ProductFullReductionAddResp, error) + type ProductFullReductionDeleteLogic struct + func NewProductFullReductionDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductFullReductionDeleteLogic + func (l *ProductFullReductionDeleteLogic) ProductFullReductionDelete(in *pmsclient.ProductFullReductionDeleteReq) (*pmsclient.ProductFullReductionDeleteResp, error) + type ProductFullReductionListLogic struct + func NewProductFullReductionListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductFullReductionListLogic + func (l *ProductFullReductionListLogic) ProductFullReductionList(in *pmsclient.ProductFullReductionListReq) (*pmsclient.ProductFullReductionListResp, error) + type ProductFullReductionUpdateLogic struct + func NewProductFullReductionUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductFullReductionUpdateLogic + func (l *ProductFullReductionUpdateLogic) ProductFullReductionUpdate(in *pmsclient.ProductFullReductionUpdateReq) (*pmsclient.ProductFullReductionUpdateResp, error)