Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Env ¶
type Env struct {
Cfg config.CfgManager
ApiServer *httpserver.ApiServer
Broker *messaging.Broker
AppFactory application.AppFactory
DbFactory database.DbFactory
Worker messaging.Worker
// contains filtered or unexported fields
}
func (*Env) WithAppFactory ¶ added in v0.1.35
func (*Env) WithBroker ¶ added in v0.1.35
func (*Env) WithDbFactory ¶ added in v0.1.35
func (*Env) WithWorker ¶ added in v0.1.41
Click to show internal directories.
Click to hide internal directories.