Documentation ¶
Index ¶
Constants ¶
View Source
const (
RatingStringKey = "rat"
)
View Source
const (
RedisDefaultExpire = 8 * time.Hour
)
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewData, NewRatingRepo)
ProviderSet is data providers.
View Source
var Tables = []any{ new(Rating), }
Functions ¶
func NewRatingRepo ¶
func NewRatingRepo(data *Data, logger log.Logger) biz.RatingRepo
NewRatingRepo .
Types ¶
Click to show internal directories.
Click to hide internal directories.