Documentation ¶
Index ¶
- Variables
- func NewDataRepo(l log.Logger, c *conf.Bootstrap) biz.DataRepo
- func NewMessageRepo(d biz.DataRepo) biz.MessageRepo
- func NewNotifyRobotRepo(db biz.DataRepo) biz.NotifyRobotRepo
- func NewPluginsRepo(d biz.DataRepo) biz.PluginsRepo
- func NewSessionRepo(d biz.DataRepo) biz.SessionRepo
- func NewSystemNotifyMessageRepo(d biz.DataRepo) biz.SystemNotifyMessageRepo
- func NewUsersSessionRepo(d biz.DataRepo) biz.UsersSessionRepo
- type Data
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewDataRepo, NewPluginsRepo, NewUsersSessionRepo, NewSessionRepo, NewMessageRepo, NewNotifyRobotRepo, NewSystemNotifyMessageRepo)
ProviderSet is data providers.
Functions ¶
func NewMessageRepo ¶
func NewMessageRepo(d biz.DataRepo) biz.MessageRepo
func NewNotifyRobotRepo ¶
func NewNotifyRobotRepo(db biz.DataRepo) biz.NotifyRobotRepo
func NewPluginsRepo ¶
func NewPluginsRepo(d biz.DataRepo) biz.PluginsRepo
func NewSessionRepo ¶
func NewSessionRepo(d biz.DataRepo) biz.SessionRepo
func NewSystemNotifyMessageRepo ¶
func NewSystemNotifyMessageRepo(d biz.DataRepo) biz.SystemNotifyMessageRepo
func NewUsersSessionRepo ¶
func NewUsersSessionRepo(d biz.DataRepo) biz.UsersSessionRepo
Types ¶
Click to show internal directories.
Click to hide internal directories.