Documentation
¶
Index ¶
- Variables
- func NewGeburaRepo(data *Data) bizgebura.GeburaRepo
- func NewNetzachRepo(data *Data) biznetzach.NetzachRepo
- func NewSQLClient(c *conf.Sephirah_Data) (*ent.Client, func(), error)
- func NewTipherethRepo(data *Data) biztiphereth.TipherethRepo
- func NewYesodRepo(data *Data) bizyesod.YesodRepo
- type Data
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet( NewData, NewSQLClient, NewTipherethRepo, NewGeburaRepo, NewYesodRepo, NewNetzachRepo, )
ProviderSet is data providers.
Functions ¶
func NewNetzachRepo ¶ added in v0.1.0
func NewNetzachRepo(data *Data) biznetzach.NetzachRepo
func NewSQLClient ¶
func NewSQLClient(c *conf.Sephirah_Data) (*ent.Client, func(), error)
func NewTipherethRepo ¶
func NewTipherethRepo(data *Data) biztiphereth.TipherethRepo
NewTipherethRepo .
Types ¶
Click to show internal directories.
Click to hide internal directories.