Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommentAddLogic ¶
CommentAddLogic 商品评价
Author: LiuFeiHua Date: 2024/5/8 10:42
func NewCommentAddLogic ¶
func NewCommentAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CommentAddLogic
func (*CommentAddLogic) CommentAdd ¶
func (l *CommentAddLogic) CommentAdd(in *pmsclient.CommentAddReq) (*pmsclient.CommentAddResp, error)
CommentAdd 添加商品评价
type CommentDeleteLogic ¶
CommentDeleteLogic 商品评价
Author: LiuFeiHua Date: 2024/5/8 9:50
func NewCommentDeleteLogic ¶
func NewCommentDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CommentDeleteLogic
func (*CommentDeleteLogic) CommentDelete ¶
func (l *CommentDeleteLogic) CommentDelete(in *pmsclient.CommentDeleteReq) (*pmsclient.CommentDeleteResp, error)
CommentDelete 删除商品评价
type CommentListLogic ¶
func NewCommentListLogic ¶
func NewCommentListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CommentListLogic
func (*CommentListLogic) CommentList ¶
func (l *CommentListLogic) CommentList(in *pmsclient.CommentListReq) (*pmsclient.CommentListResp, error)
type CommentUpdateLogic ¶
CommentUpdateLogic 商品评价
Author: LiuFeiHua Date: 2024/5/8 10:43
func NewCommentUpdateLogic ¶
func NewCommentUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CommentUpdateLogic
func (*CommentUpdateLogic) CommentUpdate ¶
func (l *CommentUpdateLogic) CommentUpdate(in *pmsclient.CommentUpdateReq) (*pmsclient.CommentUpdateResp, error)
CommentUpdate 更新商品评价
Click to show internal directories.
Click to hide internal directories.