Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddTopicCommentLogic ¶
AddTopicCommentLogic 添加专题评论
Author: LiuFeiHua Date: 2025/01/23 15:24:00
func NewAddTopicCommentLogic ¶
func NewAddTopicCommentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddTopicCommentLogic
func (*AddTopicCommentLogic) AddTopicComment ¶
func (l *AddTopicCommentLogic) AddTopicComment(in *cmsclient.AddTopicCommentReq) (*cmsclient.AddTopicCommentResp, error)
AddTopicComment 添加专题评论
type DeleteTopicCommentLogic ¶
DeleteTopicCommentLogic 删除专题评论
Author: LiuFeiHua Date: 2025/01/23 15:24:00
func NewDeleteTopicCommentLogic ¶
func NewDeleteTopicCommentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteTopicCommentLogic
func (*DeleteTopicCommentLogic) DeleteTopicComment ¶
func (l *DeleteTopicCommentLogic) DeleteTopicComment(in *cmsclient.DeleteTopicCommentReq) (*cmsclient.DeleteTopicCommentResp, error)
DeleteTopicComment 删除专题评论
type QueryTopicCommentDetailLogic ¶
QueryTopicCommentDetailLogic 查询专题评论详情
Author: LiuFeiHua Date: 2025/01/23 15:24:00
func NewQueryTopicCommentDetailLogic ¶
func NewQueryTopicCommentDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryTopicCommentDetailLogic
func (*QueryTopicCommentDetailLogic) QueryTopicCommentDetail ¶
func (l *QueryTopicCommentDetailLogic) QueryTopicCommentDetail(in *cmsclient.QueryTopicCommentDetailReq) (*cmsclient.QueryTopicCommentDetailResp, error)
QueryTopicCommentDetail 查询专题评论详情
type QueryTopicCommentListLogic ¶
QueryTopicCommentListLogic 查询专题评论列表
Author: LiuFeiHua Date: 2025/01/23 15:24:00
func NewQueryTopicCommentListLogic ¶
func NewQueryTopicCommentListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryTopicCommentListLogic
func (*QueryTopicCommentListLogic) QueryTopicCommentList ¶
func (l *QueryTopicCommentListLogic) QueryTopicCommentList(in *cmsclient.QueryTopicCommentListReq) (*cmsclient.QueryTopicCommentListResp, error)
QueryTopicCommentList 查询专题评论列表
type UpdateTopicCommentLogic ¶
UpdateTopicCommentLogic 更新专题评论
Author: LiuFeiHua Date: 2025/01/23 15:24:00
func NewUpdateTopicCommentLogic ¶
func NewUpdateTopicCommentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateTopicCommentLogic
func (*UpdateTopicCommentLogic) UpdateTopicComment ¶
func (l *UpdateTopicCommentLogic) UpdateTopicComment(in *cmsclient.UpdateTopicCommentReq) (*cmsclient.UpdateTopicCommentResp, error)
UpdateTopicComment 更新专题评论
type UpdateTopicCommentStatusLogic ¶
UpdateTopicCommentStatusLogic 更新专题评论
Author: LiuFeiHua Date: 2025/01/23 15:24:00
func NewUpdateTopicCommentStatusLogic ¶
func NewUpdateTopicCommentStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateTopicCommentStatusLogic
func (*UpdateTopicCommentStatusLogic) UpdateTopicCommentStatus ¶
func (l *UpdateTopicCommentStatusLogic) UpdateTopicCommentStatus(in *cmsclient.UpdateTopicCommentStatusReq) (*cmsclient.UpdateTopicCommentStatusResp, error)
UpdateTopicCommentStatus 更新专题评论状态