Documentation ¶
Index ¶
- Variables
- func NewAngelaRepo(data *Data) bizangela.AngelaRepo
- func NewBinahRepo(c *conf.S3) (bizbinah.BinahRepo, error)
- func NewChesedRepo(data *Data) bizchesed.ChesedRepo
- func NewGeburaRepo(data *Data) bizgebura.GeburaRepo
- func NewNetzachRepo(data *Data) biznetzach.NetzachRepo
- func NewSQLClient(c *conf.Database, app *libapp.Settings) (*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, NewChesedRepo, NewAngelaRepo, NewBinahRepo, )
ProviderSet is data providers.
Functions ¶
func NewAngelaRepo ¶ added in v0.1.5
func NewAngelaRepo(data *Data) bizangela.AngelaRepo
NewAngelaRepo .
func NewChesedRepo ¶ added in v0.1.4
func NewChesedRepo(data *Data) bizchesed.ChesedRepo
NewChesedRepo .
func NewNetzachRepo ¶ added in v0.1.0
func NewNetzachRepo(data *Data) biznetzach.NetzachRepo
func NewSQLClient ¶
func NewTipherethRepo ¶
func NewTipherethRepo(data *Data) biztiphereth.TipherethRepo
NewTipherethRepo .
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.