Documentation ¶
Index ¶
- type HomeRecommendProductServiceServer
- func (s *HomeRecommendProductServiceServer) HomeRecommendProductAdd(ctx context.Context, in *smsclient.HomeRecommendProductAddReq) (*smsclient.HomeRecommendProductAddResp, error)
- func (s *HomeRecommendProductServiceServer) HomeRecommendProductDelete(ctx context.Context, in *smsclient.HomeRecommendProductDeleteReq) (*smsclient.HomeRecommendProductDeleteResp, error)
- func (s *HomeRecommendProductServiceServer) HomeRecommendProductList(ctx context.Context, in *smsclient.HomeRecommendProductListReq) (*smsclient.HomeRecommendProductListResp, error)
- func (s *HomeRecommendProductServiceServer) HomeRecommendProductUpdate(ctx context.Context, in *smsclient.HomeRecommendProductUpdateReq) (*smsclient.HomeRecommendProductUpdateResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HomeRecommendProductServiceServer ¶
type HomeRecommendProductServiceServer struct { smsclient.UnimplementedHomeRecommendProductServiceServer // contains filtered or unexported fields }
func NewHomeRecommendProductServiceServer ¶
func NewHomeRecommendProductServiceServer(svcCtx *svc.ServiceContext) *HomeRecommendProductServiceServer
func (*HomeRecommendProductServiceServer) HomeRecommendProductAdd ¶
func (s *HomeRecommendProductServiceServer) HomeRecommendProductAdd(ctx context.Context, in *smsclient.HomeRecommendProductAddReq) (*smsclient.HomeRecommendProductAddResp, error)
func (*HomeRecommendProductServiceServer) HomeRecommendProductDelete ¶
func (s *HomeRecommendProductServiceServer) HomeRecommendProductDelete(ctx context.Context, in *smsclient.HomeRecommendProductDeleteReq) (*smsclient.HomeRecommendProductDeleteResp, error)
func (*HomeRecommendProductServiceServer) HomeRecommendProductList ¶
func (s *HomeRecommendProductServiceServer) HomeRecommendProductList(ctx context.Context, in *smsclient.HomeRecommendProductListReq) (*smsclient.HomeRecommendProductListResp, error)
func (*HomeRecommendProductServiceServer) HomeRecommendProductUpdate ¶
func (s *HomeRecommendProductServiceServer) HomeRecommendProductUpdate(ctx context.Context, in *smsclient.HomeRecommendProductUpdateReq) (*smsclient.HomeRecommendProductUpdateResp, error)
Click to show internal directories.
Click to hide internal directories.