Documentation ¶
Index ¶
- type Infra
- func (i *Infra) Firebase() (*firebase.Firebase, error)
- func (i *Infra) Mongo() (*mongo.Mongo, error)
- func (i *Infra) Postgres() (*postgres.Postgres, error)
- func (i *Infra) Redis() (*redis.Redis, error)
- func (i *Infra) SetFirebase(f *firebase.Firebase)
- func (i *Infra) SetMongo(m *mongo.Mongo)
- func (i *Infra) SetPostgres(p *postgres.Postgres)
- func (i *Infra) SetRedis(r *redis.Redis)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Infra ¶
type Infra struct {
// contains filtered or unexported fields
}
func (*Infra) SetFirebase ¶
func (*Infra) SetPostgres ¶
Click to show internal directories.
Click to hide internal directories.