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