Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewRankService)
ProviderSet is service providers.
Functions ¶
This section is empty.
Types ¶
type RankService ¶
type RankService struct { proto.RankServer // contains filtered or unexported fields }
func NewRankService ¶
func NewRankService(uc *biz.RankUsecase, logger log.Logger) *RankService
Click to show internal directories.
Click to hide internal directories.