Versions in this module Expand all Collapse all v0 v0.0.1 May 9, 2024 Changes in this version + type ProductAttributeValueAddLogic struct + func NewProductAttributeValueAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductAttributeValueAddLogic + func (l *ProductAttributeValueAddLogic) ProductAttributeValueAdd(in *pmsclient.ProductAttributeValueAddReq) (*pmsclient.ProductAttributeValueAddResp, error) + type ProductAttributeValueDeleteLogic struct + func NewProductAttributeValueDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductAttributeValueDeleteLogic + func (l *ProductAttributeValueDeleteLogic) ProductAttributeValueDelete(in *pmsclient.ProductAttributeValueDeleteReq) (*pmsclient.ProductAttributeValueDeleteResp, error) + type ProductAttributeValueListLogic struct + func NewProductAttributeValueListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductAttributeValueListLogic + func (l *ProductAttributeValueListLogic) ProductAttributeValueList(in *pmsclient.ProductAttributeValueListReq) (*pmsclient.ProductAttributeValueListResp, error) + type ProductAttributeValueUpdateLogic struct + func NewProductAttributeValueUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductAttributeValueUpdateLogic + func (l *ProductAttributeValueUpdateLogic) ProductAttributeValueUpdate(in *pmsclient.ProductAttributeValueUpdateReq) (*pmsclient.ProductAttributeValueUpdateResp, error)