Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndexLogic ¶ added in v0.0.2
IndexLogic 获取首页数据
Author: LiuFeiHua Date: 2024/5/16 15:19
func NewIndexLogic ¶ added in v0.0.2
func NewIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *IndexLogic
type QuerySubjectListLogic ¶ added in v0.0.2
QuerySubjectListLogic 分页获取专题
Author: LiuFeiHua Date: 2024/5/16 15:11
func NewQuerySubjectListLogic ¶ added in v0.0.2
func NewQuerySubjectListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QuerySubjectListLogic
func (*QuerySubjectListLogic) QuerySubjectList ¶ added in v0.0.2
func (l *QuerySubjectListLogic) QuerySubjectList(req *types.SubjectListReq) (resp *types.SubjectListResp, err error)
QuerySubjectList 分页获取专题
type RecommendBrandListLogic ¶
RecommendBrandListLogic 分页获取推荐品牌
Author: LiuFeiHua Date: 2024/5/16 15:12
func NewRecommendBrandListLogic ¶
func NewRecommendBrandListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RecommendBrandListLogic
func (*RecommendBrandListLogic) RecommendBrandList ¶
func (l *RecommendBrandListLogic) RecommendBrandList(req *types.RecommendBrandListReq) (resp *types.RecommendBrandListResp, err error)
RecommendBrandList 分页获取推荐品牌
type RecommendHotProductListLogic ¶
RecommendHotProductListLogic 分页获取人气推荐商品
Author: LiuFeiHua Date: 2024/5/16 15:13
func NewRecommendHotProductListLogic ¶
func NewRecommendHotProductListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RecommendHotProductListLogic
func (*RecommendHotProductListLogic) RecommendHotProductList ¶
func (l *RecommendHotProductListLogic) RecommendHotProductList(req *types.RecommendHotProductListReq) (resp *types.RecommendHotProductListResp, err error)
RecommendHotProductList 分页获取人气推荐商品
type RecommendNewProductListLogic ¶
RecommendNewProductListLogic 分页获取新品推荐商品
Author: LiuFeiHua Date: 2024/5/16 15:12
func NewRecommendNewProductListLogic ¶
func NewRecommendNewProductListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RecommendNewProductListLogic
func (*RecommendNewProductListLogic) RecommendNewProductList ¶
func (l *RecommendNewProductListLogic) RecommendNewProductList(req *types.RecommendNewProductListReq) (resp *types.RecommendNewProductListResp, err error)
RecommendNewProductList 分页获取新品推荐商品
type RecommendProductListLogic ¶
RecommendProductListLogic 分页获取推荐商品
Author: LiuFeiHua Date: 2024/5/16 15:12
func NewRecommendProductListLogic ¶
func NewRecommendProductListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RecommendProductListLogic
func (*RecommendProductListLogic) RecommendProductList ¶
func (l *RecommendProductListLogic) RecommendProductList(req *types.RecommendProductListReq) (resp *types.RecommendProductListResp, err error)
RecommendProductList 分页获取推荐商品
Click to show internal directories.
Click to hide internal directories.