Documentation ¶
Index ¶
- type ProductAttributeServiceServer
- func (s *ProductAttributeServiceServer) ProductAttributeAdd(ctx context.Context, in *pmsclient.ProductAttributeAddReq) (*pmsclient.ProductAttributeAddResp, error)
- func (s *ProductAttributeServiceServer) ProductAttributeDelete(ctx context.Context, in *pmsclient.ProductAttributeDeleteReq) (*pmsclient.ProductAttributeDeleteResp, error)
- func (s *ProductAttributeServiceServer) ProductAttributeList(ctx context.Context, in *pmsclient.ProductAttributeListReq) (*pmsclient.ProductAttributeListResp, error)
- func (s *ProductAttributeServiceServer) ProductAttributeUpdate(ctx context.Context, in *pmsclient.ProductAttributeUpdateReq) (*pmsclient.ProductAttributeUpdateResp, 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) ProductAttributeAdd ¶
func (s *ProductAttributeServiceServer) ProductAttributeAdd(ctx context.Context, in *pmsclient.ProductAttributeAddReq) (*pmsclient.ProductAttributeAddResp, error)
func (*ProductAttributeServiceServer) ProductAttributeDelete ¶
func (s *ProductAttributeServiceServer) ProductAttributeDelete(ctx context.Context, in *pmsclient.ProductAttributeDeleteReq) (*pmsclient.ProductAttributeDeleteResp, error)
func (*ProductAttributeServiceServer) ProductAttributeList ¶
func (s *ProductAttributeServiceServer) ProductAttributeList(ctx context.Context, in *pmsclient.ProductAttributeListReq) (*pmsclient.ProductAttributeListResp, error)
func (*ProductAttributeServiceServer) ProductAttributeUpdate ¶
func (s *ProductAttributeServiceServer) ProductAttributeUpdate(ctx context.Context, in *pmsclient.ProductAttributeUpdateReq) (*pmsclient.ProductAttributeUpdateResp, error)
Click to show internal directories.
Click to hide internal directories.