Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TopicCreateLogic ¶
func NewTopicCreateLogic ¶
func NewTopicCreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) TopicCreateLogic
func (*TopicCreateLogic) TopicCreate ¶
func (l *TopicCreateLogic) TopicCreate(req types.TopicCreateReq) (resp *types.CommonResply, err error)
type TopicDeleteLogic ¶
func NewTopicDeleteLogic ¶
func NewTopicDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) TopicDeleteLogic
func (*TopicDeleteLogic) TopicDelete ¶
func (l *TopicDeleteLogic) TopicDelete(req types.TopicItemReq) (resp *types.CommonResply, err error)
type TopicDetailLogic ¶
func NewTopicDetailLogic ¶
func NewTopicDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) TopicDetailLogic
func (*TopicDetailLogic) TopicDetail ¶
func (l *TopicDetailLogic) TopicDetail(req types.TopicItemReq) (resp *types.TopicDetailResply, err error)
type TopicListLogic ¶
func NewTopicListLogic ¶
func NewTopicListLogic(ctx context.Context, svcCtx *svc.ServiceContext) TopicListLogic
func (*TopicListLogic) TopicList ¶
func (l *TopicListLogic) TopicList(req types.TopicListsReq) (resp *types.TopicListsResply, err error)
Click to show internal directories.
Click to hide internal directories.