Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArticleDeleteLogic ¶
func NewArticleDeleteLogic ¶
func NewArticleDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ArticleDeleteLogic
func (*ArticleDeleteLogic) ArticleDelete ¶
func (l *ArticleDeleteLogic) ArticleDelete(in *pb.ArticleDeleteRequest) (*pb.ArticleDeleteResponse, error)
type ArticleDetailLogic ¶
func NewArticleDetailLogic ¶
func NewArticleDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ArticleDetailLogic
func (*ArticleDetailLogic) ArticleDetail ¶
func (l *ArticleDetailLogic) ArticleDetail(in *pb.ArticleDetailRequest) (*pb.ArticleDetailResponse, error)
type ArticlesLogic ¶
func NewArticlesLogic ¶
func NewArticlesLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ArticlesLogic
func (*ArticlesLogic) Articles ¶
func (l *ArticlesLogic) Articles(in *pb.ArticlesRequest) (*pb.ArticlesResponse, error)
type PublishLogic ¶
func NewPublishLogic ¶
func NewPublishLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PublishLogic
func (*PublishLogic) Publish ¶
func (l *PublishLogic) Publish(in *pb.PublishRequest) (*pb.PublishResponse, error)
Click to show internal directories.
Click to hide internal directories.