Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddCommentLogic ¶ added in v0.0.2
AddCommentLogic 添加商品评价表
Author: LiuFeiHua Date: 2024/6/12 16:35
func NewAddCommentLogic ¶ added in v0.0.2
func NewAddCommentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddCommentLogic
func (*AddCommentLogic) AddComment ¶ added in v0.0.2
func (l *AddCommentLogic) AddComment(in *pmsclient.AddCommentReq) (*pmsclient.AddCommentResp, error)
AddComment 添加商品评价表
type DeleteCommentLogic ¶ added in v0.0.2
DeleteCommentLogic 删除商品评价表
Author: LiuFeiHua Date: 2024/6/12 16:36
func NewDeleteCommentLogic ¶ added in v0.0.2
func NewDeleteCommentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteCommentLogic
func (*DeleteCommentLogic) DeleteComment ¶ added in v0.0.2
func (l *DeleteCommentLogic) DeleteComment(in *pmsclient.DeleteCommentReq) (*pmsclient.DeleteCommentResp, error)
DeleteComment 删除商品评价表
type QueryCommentDetailLogic ¶ added in v0.0.2
QueryCommentDetailLogic 查询商品评价详情
Author: LiuFeiHua Date: 2025/01/24 09:08:05
func NewQueryCommentDetailLogic ¶ added in v0.0.2
func NewQueryCommentDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryCommentDetailLogic
func (*QueryCommentDetailLogic) QueryCommentDetail ¶ added in v0.0.2
func (l *QueryCommentDetailLogic) QueryCommentDetail(in *pmsclient.QueryCommentDetailReq) (*pmsclient.QueryCommentDetailResp, error)
QueryCommentDetail 查询商品评价详情
type QueryCommentListLogic ¶ added in v0.0.2
QueryCommentListLogic 查询商品评价表列表
Author: LiuFeiHua Date: 2024/6/12 16:36
func NewQueryCommentListLogic ¶ added in v0.0.2
func NewQueryCommentListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryCommentListLogic
func (*QueryCommentListLogic) QueryCommentList ¶ added in v0.0.2
func (l *QueryCommentListLogic) QueryCommentList(in *pmsclient.QueryCommentListReq) (*pmsclient.QueryCommentListResp, error)
QueryCommentList 查询商品评价表列表
type UpdateCommentLogic ¶ added in v0.0.2
UpdateCommentLogic 更新商品评价表
Author: LiuFeiHua Date: 2024/6/12 16:38
func NewUpdateCommentLogic ¶ added in v0.0.2
func NewUpdateCommentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateCommentLogic
func (*UpdateCommentLogic) UpdateComment ¶ added in v0.0.2
func (l *UpdateCommentLogic) UpdateComment(in *pmsclient.UpdateCommentReq) (*pmsclient.UpdateCommentResp, error)
UpdateComment 更新商品评价表
Click to show internal directories.
Click to hide internal directories.