Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewData, NewArticleRepo, NewCommentRepo)
ProviderSet is data providers.
Functions ¶
func NewArticleRepo ¶
func NewArticleRepo(data *Data, logger *zap.Logger) biz.ArticleRepo
NewArticleRepo .
func NewCommentRepo ¶
func NewCommentRepo(data *Data, logger *zap.Logger) biz.CommentRepo
Types ¶
Click to show internal directories.
Click to hide internal directories.