Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddTopicLogic ¶
AddTopicLogic 添加话题
Author: LiuFeiHua Date: 2025/01/23 15:24:00
func NewAddTopicLogic ¶
func NewAddTopicLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddTopicLogic
func (*AddTopicLogic) AddTopic ¶
func (l *AddTopicLogic) AddTopic(in *cmsclient.AddTopicReq) (*cmsclient.AddTopicResp, error)
AddTopic 添加话题
type DeleteTopicLogic ¶
DeleteTopicLogic 删除话题
Author: LiuFeiHua Date: 2025/01/23 15:24:00
func NewDeleteTopicLogic ¶
func NewDeleteTopicLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteTopicLogic
func (*DeleteTopicLogic) DeleteTopic ¶
func (l *DeleteTopicLogic) DeleteTopic(in *cmsclient.DeleteTopicReq) (*cmsclient.DeleteTopicResp, error)
DeleteTopic 删除话题
type QueryTopicDetailLogic ¶
QueryTopicDetailLogic 查询话题详情
Author: LiuFeiHua Date: 2025/01/23 15:24:00
func NewQueryTopicDetailLogic ¶
func NewQueryTopicDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryTopicDetailLogic
func (*QueryTopicDetailLogic) QueryTopicDetail ¶
func (l *QueryTopicDetailLogic) QueryTopicDetail(in *cmsclient.QueryTopicDetailReq) (*cmsclient.QueryTopicDetailResp, error)
QueryTopicDetail 查询话题详情
type QueryTopicListLogic ¶
QueryTopicListLogic 查询话题列表
Author: LiuFeiHua Date: 2025/01/23 15:24:00
func NewQueryTopicListLogic ¶
func NewQueryTopicListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryTopicListLogic
func (*QueryTopicListLogic) QueryTopicList ¶
func (l *QueryTopicListLogic) QueryTopicList(in *cmsclient.QueryTopicListReq) (*cmsclient.QueryTopicListResp, error)
QueryTopicList 查询话题列表
type UpdateTopicLogic ¶
UpdateTopicLogic 更新话题
Author: LiuFeiHua Date: 2025/01/23 15:24:00
func NewUpdateTopicLogic ¶
func NewUpdateTopicLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateTopicLogic
func (*UpdateTopicLogic) UpdateTopic ¶
func (l *UpdateTopicLogic) UpdateTopic(in *cmsclient.UpdateTopicReq) (*cmsclient.UpdateTopicResp, error)
UpdateTopic 更新话题
type UpdateTopicStatusLogic ¶
UpdateTopicStatusLogic 更新话题
Author: LiuFeiHua Date: 2025/01/23 15:24:00
func NewUpdateTopicStatusLogic ¶
func NewUpdateTopicStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateTopicStatusLogic
func (*UpdateTopicStatusLogic) UpdateTopicStatus ¶
func (l *UpdateTopicStatusLogic) UpdateTopicStatus(in *cmsclient.UpdateTopicStatusReq) (*cmsclient.UpdateTopicStatusResp, error)
UpdateTopicStatus 更新话题状态
Click to show internal directories.
Click to hide internal directories.