Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet( NewData, NewUserRepo, NewFeedRepo, NewMessageRepo, )
ProviderSet is data providers.
Functions ¶
func NewFeedRepo ¶
func NewMessageRepo ¶
func NewMessageRepo(data *Data, logger log.Logger) biz.MessageRepo
func NewUserRepo ¶
Types ¶
type CommonRepo ¶
type CommonRepo struct {
// contains filtered or unexported fields
}
func NewCommonRepo ¶
func NewCommonRepo(data *Data, logger log.Logger) *CommonRepo
func (*CommonRepo) Transaction ¶
Click to show internal directories.
Click to hide internal directories.