Versions in this module Expand all Collapse all v0 v0.0.2 Jan 24, 2025 Changes in this version + type AddTopicCommentLogic struct + func NewAddTopicCommentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddTopicCommentLogic + func (l *AddTopicCommentLogic) AddTopicComment(in *cmsclient.AddTopicCommentReq) (*cmsclient.AddTopicCommentResp, error) + type DeleteTopicCommentLogic struct + func NewDeleteTopicCommentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteTopicCommentLogic + func (l *DeleteTopicCommentLogic) DeleteTopicComment(in *cmsclient.DeleteTopicCommentReq) (*cmsclient.DeleteTopicCommentResp, error) + type QueryTopicCommentDetailLogic struct + func NewQueryTopicCommentDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryTopicCommentDetailLogic + func (l *QueryTopicCommentDetailLogic) QueryTopicCommentDetail(in *cmsclient.QueryTopicCommentDetailReq) (*cmsclient.QueryTopicCommentDetailResp, error) + type QueryTopicCommentListLogic struct + func NewQueryTopicCommentListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryTopicCommentListLogic + func (l *QueryTopicCommentListLogic) QueryTopicCommentList(in *cmsclient.QueryTopicCommentListReq) (*cmsclient.QueryTopicCommentListResp, error) + type UpdateTopicCommentLogic struct + func NewUpdateTopicCommentLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateTopicCommentLogic + func (l *UpdateTopicCommentLogic) UpdateTopicComment(in *cmsclient.UpdateTopicCommentReq) (*cmsclient.UpdateTopicCommentResp, error) + type UpdateTopicCommentStatusLogic struct + func NewUpdateTopicCommentStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateTopicCommentStatusLogic + func (l *UpdateTopicCommentStatusLogic) UpdateTopicCommentStatus(in *cmsclient.UpdateTopicCommentStatusReq) (*cmsclient.UpdateTopicCommentStatusResp, error)