Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
Name string `env:"APP_NAME,required"`
Version string `env:"APP_VERSION,required"`
}
App -.
type HTTP ¶
type HTTP struct {
Port string `env:"HTTP_PORT,required"`
UsePreforkMode bool `env:"HTTP_USE_PREFORK_MODE" envDefault:"false"`
}
HTTP -.
type Metrics ¶ added in v1.9.0
type Metrics struct {
Enabled bool `env:"METRICS_ENABLED" envDefault:"true"`
}
Click to show internal directories.
Click to hide internal directories.