Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewDB, NewESClient, NewRedisClient, NewData, NewReviewRepo)
ProviderSet is data providers.
Functions ¶
func NewESClient ¶
func NewESClient(cfg *conf.Elasticsearch) (*elasticsearch.TypedClient, error)
func NewRedisClient ¶
func NewReviewRepo ¶
func NewReviewRepo(data *Data, logger log.Logger) biz.ReviewRepo
NewReviewRepo .
Types ¶
Click to show internal directories.
Click to hide internal directories.