Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewData, NewGreeterRepo, NewNotifyV1Repo, NewNotifyV2Repo)
ProviderSet is data providers.
Functions ¶
func NewGreeterRepo ¶
func NewGreeterRepo(data *Data, logger log.Logger) biz.GreeterRepo
NewGreeterRepo .
func NewNotifyV1Repo ¶
func NewNotifyV1Repo(data *Data, logger log.Logger) biz.NotifyV1Repo
NewNotifyV1Repo .
func NewNotifyV2Repo ¶
func NewNotifyV2Repo(data *Data, logger log.Logger) biz.NotifyV2Repo
NewNotifyV2Repo .
Types ¶
Click to show internal directories.
Click to hide internal directories.