Documentation ¶
Index ¶
- type CouponProductCategoryRelationServiceServer
- func (s *CouponProductCategoryRelationServiceServer) CouponProductCategoryRelationAdd(ctx context.Context, in *smsclient.CouponProductCategoryRelationAddReq) (*smsclient.CouponProductCategoryRelationAddResp, error)
- func (s *CouponProductCategoryRelationServiceServer) CouponProductCategoryRelationDelete(ctx context.Context, in *smsclient.CouponProductCategoryRelationDeleteReq) (*smsclient.CouponProductCategoryRelationDeleteResp, error)
- func (s *CouponProductCategoryRelationServiceServer) CouponProductCategoryRelationList(ctx context.Context, in *smsclient.CouponProductCategoryRelationListReq) (*smsclient.CouponProductCategoryRelationListResp, error)
- func (s *CouponProductCategoryRelationServiceServer) CouponProductCategoryRelationUpdate(ctx context.Context, in *smsclient.CouponProductCategoryRelationUpdateReq) (*smsclient.CouponProductCategoryRelationUpdateResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CouponProductCategoryRelationServiceServer ¶
type CouponProductCategoryRelationServiceServer struct { smsclient.UnimplementedCouponProductCategoryRelationServiceServer // contains filtered or unexported fields }
func NewCouponProductCategoryRelationServiceServer ¶
func NewCouponProductCategoryRelationServiceServer(svcCtx *svc.ServiceContext) *CouponProductCategoryRelationServiceServer
func (*CouponProductCategoryRelationServiceServer) CouponProductCategoryRelationAdd ¶
func (s *CouponProductCategoryRelationServiceServer) CouponProductCategoryRelationAdd(ctx context.Context, in *smsclient.CouponProductCategoryRelationAddReq) (*smsclient.CouponProductCategoryRelationAddResp, error)
func (*CouponProductCategoryRelationServiceServer) CouponProductCategoryRelationDelete ¶
func (s *CouponProductCategoryRelationServiceServer) CouponProductCategoryRelationDelete(ctx context.Context, in *smsclient.CouponProductCategoryRelationDeleteReq) (*smsclient.CouponProductCategoryRelationDeleteResp, error)
func (*CouponProductCategoryRelationServiceServer) CouponProductCategoryRelationList ¶
func (s *CouponProductCategoryRelationServiceServer) CouponProductCategoryRelationList(ctx context.Context, in *smsclient.CouponProductCategoryRelationListReq) (*smsclient.CouponProductCategoryRelationListResp, error)
func (*CouponProductCategoryRelationServiceServer) CouponProductCategoryRelationUpdate ¶
func (s *CouponProductCategoryRelationServiceServer) CouponProductCategoryRelationUpdate(ctx context.Context, in *smsclient.CouponProductCategoryRelationUpdateReq) (*smsclient.CouponProductCategoryRelationUpdateResp, error)
Click to show internal directories.
Click to hide internal directories.