Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateArticleLogic ¶
type CreateArticleLogic struct {
// contains filtered or unexported fields
}
This is a compile-time assertion to ensure that this generated file is compatible with the Ccheers/protoc-gen-zeroapi package it is being compiled against.
func NewCreateArticleLogic ¶
func NewCreateArticleLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateArticleLogic
func (*CreateArticleLogic) CreateArticle ¶
type GetArticlesLogic ¶
type GetArticlesLogic struct {
// contains filtered or unexported fields
}
This is a compile-time assertion to ensure that this generated file is compatible with the Ccheers/protoc-gen-zeroapi package it is being compiled against.
func NewGetArticlesLogic ¶
func NewGetArticlesLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetArticlesLogic
func (*GetArticlesLogic) GetArticles ¶
func (l *GetArticlesLogic) GetArticles(req *v1.GetArticlesReq) (*v1.GetArticlesResp, error)
Click to show internal directories.
Click to hide internal directories.