Documentation ¶
Index ¶
- type HomeRecommendProductServiceServer
- func (s *HomeRecommendProductServiceServer) AddHomeRecommendProduct(ctx context.Context, in *smsclient.AddHomeRecommendProductReq) (*smsclient.AddHomeRecommendProductResp, error)
- func (s *HomeRecommendProductServiceServer) DeleteHomeRecommendProduct(ctx context.Context, in *smsclient.DeleteHomeRecommendProductReq) (*smsclient.DeleteHomeRecommendProductResp, error)
- func (s *HomeRecommendProductServiceServer) QueryHomeRecommendProductDetail(ctx context.Context, in *smsclient.QueryHomeRecommendProductDetailReq) (*smsclient.QueryHomeRecommendProductDetailResp, error)
- func (s *HomeRecommendProductServiceServer) QueryHomeRecommendProductList(ctx context.Context, in *smsclient.QueryHomeRecommendProductListReq) (*smsclient.QueryHomeRecommendProductListResp, error)
- func (s *HomeRecommendProductServiceServer) UpdateHomeRecommendProductStatus(ctx context.Context, in *smsclient.UpdateHomeRecommendProductStatusReq) (*smsclient.UpdateHomeRecommendProductStatusResp, error)
- func (s *HomeRecommendProductServiceServer) UpdateRecommendProductSort(ctx context.Context, in *smsclient.UpdateRecommendProductSortReq) (*smsclient.UpdateRecommendProductSortResp, 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) AddHomeRecommendProduct ¶ added in v0.0.2
func (s *HomeRecommendProductServiceServer) AddHomeRecommendProduct(ctx context.Context, in *smsclient.AddHomeRecommendProductReq) (*smsclient.AddHomeRecommendProductResp, error)
添加人气推荐商品表
func (*HomeRecommendProductServiceServer) DeleteHomeRecommendProduct ¶ added in v0.0.2
func (s *HomeRecommendProductServiceServer) DeleteHomeRecommendProduct(ctx context.Context, in *smsclient.DeleteHomeRecommendProductReq) (*smsclient.DeleteHomeRecommendProductResp, error)
删除人气推荐商品表
func (*HomeRecommendProductServiceServer) QueryHomeRecommendProductDetail ¶ added in v0.0.2
func (s *HomeRecommendProductServiceServer) QueryHomeRecommendProductDetail(ctx context.Context, in *smsclient.QueryHomeRecommendProductDetailReq) (*smsclient.QueryHomeRecommendProductDetailResp, error)
查询人气推荐商品表详情
func (*HomeRecommendProductServiceServer) QueryHomeRecommendProductList ¶ added in v0.0.2
func (s *HomeRecommendProductServiceServer) QueryHomeRecommendProductList(ctx context.Context, in *smsclient.QueryHomeRecommendProductListReq) (*smsclient.QueryHomeRecommendProductListResp, error)
查询人气推荐商品表列表
func (*HomeRecommendProductServiceServer) UpdateHomeRecommendProductStatus ¶ added in v0.0.2
func (s *HomeRecommendProductServiceServer) UpdateHomeRecommendProductStatus(ctx context.Context, in *smsclient.UpdateHomeRecommendProductStatusReq) (*smsclient.UpdateHomeRecommendProductStatusResp, error)
更新人气推荐商品表状态
func (*HomeRecommendProductServiceServer) UpdateRecommendProductSort ¶ added in v0.0.2
func (s *HomeRecommendProductServiceServer) UpdateRecommendProductSort(ctx context.Context, in *smsclient.UpdateRecommendProductSortReq) (*smsclient.UpdateRecommendProductSortResp, error)
修改推荐排序
Click to show internal directories.
Click to hide internal directories.