Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddReadHistoryAddLogic ¶
AddReadHistoryAddLogic
Author: LiuFeiHua Date: 2023/11/30 16:29
func NewAddReadHistoryAddLogic ¶
func NewAddReadHistoryAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddReadHistoryAddLogic
func (*AddReadHistoryAddLogic) AddReadHistoryAdd ¶
func (l *AddReadHistoryAddLogic) AddReadHistoryAdd(req *types.AddReadHistoryReq) (resp *types.AddReadHistoryResp, err error)
AddReadHistoryAdd 添加浏览商品记录
type ReadHistoryClearLogic ¶
ReadHistoryClearLogic
Author: LiuFeiHua Date: 2023/11/30 16:29
func NewReadHistoryClearLogic ¶
func NewReadHistoryClearLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ReadHistoryClearLogic
func (*ReadHistoryClearLogic) ReadHistoryClear ¶
func (l *ReadHistoryClearLogic) ReadHistoryClear() (resp *types.ReadHistoryClearResp, err error)
ReadHistoryClear 清空浏览记录
type ReadHistoryDeleteLogic ¶
ReadHistoryDeleteLogic
Author: LiuFeiHua Date: 2023/11/30 16:30
func NewReadHistoryDeleteLogic ¶
func NewReadHistoryDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ReadHistoryDeleteLogic
func (*ReadHistoryDeleteLogic) ReadHistoryDelete ¶
func (l *ReadHistoryDeleteLogic) ReadHistoryDelete(req *types.ReadHistoryDeleteReq) (resp *types.ReadHistoryDeleteResp, err error)
ReadHistoryDelete 删除浏览记录
type ReadHistoryListLogic ¶
ReadHistoryListLogic
Author: LiuFeiHua Date: 2023/11/29 16:34
func NewReadHistoryListLogic ¶
func NewReadHistoryListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ReadHistoryListLogic
func (*ReadHistoryListLogic) ReadHistoryList ¶
func (l *ReadHistoryListLogic) ReadHistoryList() (resp *types.ReadHistoryListResp, err error)
ReadHistoryList 查询会员浏览商品的记录
Click to show internal directories.
Click to hide internal directories.