Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueryProductListLogic ¶
QueryProductListLogic
Author: LiuFeiHua Date: 2024/4/9 15:16
func NewQueryProductListLogic ¶
func NewQueryProductListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryProductListLogic
func (*QueryProductListLogic) QueryProductList ¶
func (l *QueryProductListLogic) QueryProductList(req *types.QueryProductListReq) (resp *types.QueryProductListResp, err error)
QueryProductList 查询商品列表
type QueryProductLogic ¶
func NewQueryProductLogic ¶
func NewQueryProductLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryProductLogic
func (*QueryProductLogic) QueryProduct ¶
func (l *QueryProductLogic) QueryProduct(req *types.QueryProductReq) (resp *types.QueryProductResp, err error)
Click to show internal directories.
Click to hide internal directories.