Documentation
¶
Index ¶
- type ProductAttributeServiceServer
- func (s *ProductAttributeServiceServer) AddProductAttribute(ctx context.Context, in *pmsclient.AddProductAttributeReq) (*pmsclient.AddProductAttributeResp, error)
- func (s *ProductAttributeServiceServer) DeleteProductAttribute(ctx context.Context, in *pmsclient.DeleteProductAttributeReq) (*pmsclient.DeleteProductAttributeResp, error)
- func (s *ProductAttributeServiceServer) QueryByproductCategoryId(ctx context.Context, in *pmsclient.QueryByproductCategoryIdReq) (*pmsclient.QueryByproductCategoryIdResp, error)
- func (s *ProductAttributeServiceServer) QueryProductAttributeList(ctx context.Context, in *pmsclient.QueryProductAttributeListReq) (*pmsclient.QueryProductAttributeListResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProductAttributeServiceServer ¶
type ProductAttributeServiceServer struct { pmsclient.UnimplementedProductAttributeServiceServer // contains filtered or unexported fields }
func NewProductAttributeServiceServer ¶
func NewProductAttributeServiceServer(svcCtx *svc.ServiceContext) *ProductAttributeServiceServer
func (*ProductAttributeServiceServer) AddProductAttribute ¶ added in v0.0.2
func (s *ProductAttributeServiceServer) AddProductAttribute(ctx context.Context, in *pmsclient.AddProductAttributeReq) (*pmsclient.AddProductAttributeResp, error)
添加商品属性参数表
func (*ProductAttributeServiceServer) DeleteProductAttribute ¶ added in v0.0.2
func (s *ProductAttributeServiceServer) DeleteProductAttribute(ctx context.Context, in *pmsclient.DeleteProductAttributeReq) (*pmsclient.DeleteProductAttributeResp, error)
删除商品属性参数表
func (*ProductAttributeServiceServer) QueryByproductCategoryId ¶ added in v0.0.2
func (s *ProductAttributeServiceServer) QueryByproductCategoryId(ctx context.Context, in *pmsclient.QueryByproductCategoryIdReq) (*pmsclient.QueryByproductCategoryIdResp, error)
根据商品分类的id获取商品属性及属性分类
func (*ProductAttributeServiceServer) QueryProductAttributeList ¶ added in v0.0.2
func (s *ProductAttributeServiceServer) QueryProductAttributeList(ctx context.Context, in *pmsclient.QueryProductAttributeListReq) (*pmsclient.QueryProductAttributeListResp, error)
查询商品属性参数表列表
Click to show internal directories.
Click to hide internal directories.