Documentation ¶
Index ¶
- type ProductCategoryAttributeRelationServiceServer
- func (s *ProductCategoryAttributeRelationServiceServer) ProductCategoryAttributeRelationAdd(ctx context.Context, in *pmsclient.ProductCategoryAttributeRelationAddReq) (*pmsclient.ProductCategoryAttributeRelationAddResp, error)
- func (s *ProductCategoryAttributeRelationServiceServer) ProductCategoryAttributeRelationDelete(ctx context.Context, in *pmsclient.ProductCategoryAttributeRelationDeleteReq) (*pmsclient.ProductCategoryAttributeRelationDeleteResp, error)
- func (s *ProductCategoryAttributeRelationServiceServer) ProductCategoryAttributeRelationList(ctx context.Context, in *pmsclient.ProductCategoryAttributeRelationListReq) (*pmsclient.ProductCategoryAttributeRelationListResp, error)
- func (s *ProductCategoryAttributeRelationServiceServer) ProductCategoryAttributeRelationUpdate(ctx context.Context, in *pmsclient.ProductCategoryAttributeRelationUpdateReq) (*pmsclient.ProductCategoryAttributeRelationUpdateResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProductCategoryAttributeRelationServiceServer ¶
type ProductCategoryAttributeRelationServiceServer struct { pmsclient.UnimplementedProductCategoryAttributeRelationServiceServer // contains filtered or unexported fields }
func NewProductCategoryAttributeRelationServiceServer ¶
func NewProductCategoryAttributeRelationServiceServer(svcCtx *svc.ServiceContext) *ProductCategoryAttributeRelationServiceServer
func (*ProductCategoryAttributeRelationServiceServer) ProductCategoryAttributeRelationAdd ¶
func (s *ProductCategoryAttributeRelationServiceServer) ProductCategoryAttributeRelationAdd(ctx context.Context, in *pmsclient.ProductCategoryAttributeRelationAddReq) (*pmsclient.ProductCategoryAttributeRelationAddResp, error)
func (*ProductCategoryAttributeRelationServiceServer) ProductCategoryAttributeRelationDelete ¶
func (s *ProductCategoryAttributeRelationServiceServer) ProductCategoryAttributeRelationDelete(ctx context.Context, in *pmsclient.ProductCategoryAttributeRelationDeleteReq) (*pmsclient.ProductCategoryAttributeRelationDeleteResp, error)
func (*ProductCategoryAttributeRelationServiceServer) ProductCategoryAttributeRelationList ¶
func (s *ProductCategoryAttributeRelationServiceServer) ProductCategoryAttributeRelationList(ctx context.Context, in *pmsclient.ProductCategoryAttributeRelationListReq) (*pmsclient.ProductCategoryAttributeRelationListResp, error)
func (*ProductCategoryAttributeRelationServiceServer) ProductCategoryAttributeRelationUpdate ¶
func (s *ProductCategoryAttributeRelationServiceServer) ProductCategoryAttributeRelationUpdate(ctx context.Context, in *pmsclient.ProductCategoryAttributeRelationUpdateReq) (*pmsclient.ProductCategoryAttributeRelationUpdateResp, error)
Click to show internal directories.
Click to hide internal directories.