Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddReadHistoryLogic ¶ added in v0.0.2
AddReadHistoryLogic 添加浏览商品记录
Author: LiuFeiHua Date: 2024/5/16 10:43
func NewAddReadHistoryLogic ¶ added in v0.0.2
func NewAddReadHistoryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddReadHistoryLogic
func (*AddReadHistoryLogic) AddReadHistory ¶ added in v0.0.2
func (l *AddReadHistoryLogic) AddReadHistory(req *types.AddReadHistoryReq) (resp *types.AddReadHistoryResp, err error)
AddReadHistory 添加浏览商品记录
type DeleteReadHistoryLogic ¶ added in v0.0.2
DeleteReadHistoryLogic
Author: LiuFeiHua Date: 2024/5/16 10:47
func NewDeleteReadHistoryLogic ¶ added in v0.0.2
func NewDeleteReadHistoryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteReadHistoryLogic
func (*DeleteReadHistoryLogic) DeleteReadHistory ¶ added in v0.0.2
func (l *DeleteReadHistoryLogic) DeleteReadHistory(req *types.ReadHistoryDeleteReq) (resp *types.ReadHistoryDeleteResp, err error)
DeleteReadHistory 删除浏览记录
type QueryReadHistoryListLogic ¶ added in v0.0.2
QueryReadHistoryListLogic
Author: LiuFeiHua Date: 2024/5/16 10:45
func NewQueryReadHistoryListLogic ¶ added in v0.0.2
func NewQueryReadHistoryListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryReadHistoryListLogic
func (*QueryReadHistoryListLogic) QueryReadHistoryList ¶ added in v0.0.2
func (l *QueryReadHistoryListLogic) QueryReadHistoryList() (resp *types.ReadHistoryListResp, err error)
QueryReadHistoryList 查询会员浏览商品的记录
Click to show internal directories.
Click to hide internal directories.