Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddTopicCategoryLogic ¶
AddTopicCategoryLogic 添加话题分类
Author: LiuFeiHua Date: 2025/01/23 15:24:00
func NewAddTopicCategoryLogic ¶
func NewAddTopicCategoryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddTopicCategoryLogic
func (*AddTopicCategoryLogic) AddTopicCategory ¶
func (l *AddTopicCategoryLogic) AddTopicCategory(in *cmsclient.AddTopicCategoryReq) (*cmsclient.AddTopicCategoryResp, error)
AddTopicCategory 添加话题分类
type DeleteTopicCategoryLogic ¶
DeleteTopicCategoryLogic 删除话题分类
Author: LiuFeiHua Date: 2025/01/23 15:24:00
func NewDeleteTopicCategoryLogic ¶
func NewDeleteTopicCategoryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteTopicCategoryLogic
func (*DeleteTopicCategoryLogic) DeleteTopicCategory ¶
func (l *DeleteTopicCategoryLogic) DeleteTopicCategory(in *cmsclient.DeleteTopicCategoryReq) (*cmsclient.DeleteTopicCategoryResp, error)
DeleteTopicCategory 删除话题分类
type QueryTopicCategoryDetailLogic ¶
QueryTopicCategoryDetailLogic 查询话题分类详情
Author: LiuFeiHua Date: 2025/01/23 15:24:00
func NewQueryTopicCategoryDetailLogic ¶
func NewQueryTopicCategoryDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryTopicCategoryDetailLogic
func (*QueryTopicCategoryDetailLogic) QueryTopicCategoryDetail ¶
func (l *QueryTopicCategoryDetailLogic) QueryTopicCategoryDetail(in *cmsclient.QueryTopicCategoryDetailReq) (*cmsclient.QueryTopicCategoryDetailResp, error)
QueryTopicCategoryDetail 查询话题分类详情
type QueryTopicCategoryListLogic ¶
QueryTopicCategoryListLogic 查询话题分类列表
Author: LiuFeiHua Date: 2025/01/23 15:24:00
func NewQueryTopicCategoryListLogic ¶
func NewQueryTopicCategoryListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryTopicCategoryListLogic
func (*QueryTopicCategoryListLogic) QueryTopicCategoryList ¶
func (l *QueryTopicCategoryListLogic) QueryTopicCategoryList(in *cmsclient.QueryTopicCategoryListReq) (*cmsclient.QueryTopicCategoryListResp, error)
QueryTopicCategoryList 查询话题分类列表
type UpdateTopicCategoryLogic ¶
UpdateTopicCategoryLogic 更新话题分类
Author: LiuFeiHua Date: 2025/01/23 15:24:00
func NewUpdateTopicCategoryLogic ¶
func NewUpdateTopicCategoryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateTopicCategoryLogic
func (*UpdateTopicCategoryLogic) UpdateTopicCategory ¶
func (l *UpdateTopicCategoryLogic) UpdateTopicCategory(in *cmsclient.UpdateTopicCategoryReq) (*cmsclient.UpdateTopicCategoryResp, error)
UpdateTopicCategory 更新话题分类
type UpdateTopicCategoryStatusLogic ¶
type UpdateTopicCategoryStatusLogic struct { logx.Logger // contains filtered or unexported fields }
UpdateTopicCategoryStatusLogic 更新话题分类
Author: LiuFeiHua Date: 2025/01/23 15:24:00
func NewUpdateTopicCategoryStatusLogic ¶
func NewUpdateTopicCategoryStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateTopicCategoryStatusLogic
func (*UpdateTopicCategoryStatusLogic) UpdateTopicCategoryStatus ¶
func (l *UpdateTopicCategoryStatusLogic) UpdateTopicCategoryStatus(in *cmsclient.UpdateTopicCategoryStatusReq) (*cmsclient.UpdateTopicCategoryStatusResp, error)
UpdateTopicCategoryStatus 更新话题分类状态