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 `toml:"name" yaml:"name" mapstructure:"name" env:"APP_NAME"` Addr string `toml:"address" yaml:"address" mapstructure:"address" env:"APP_ADDRESS"` Env Env `toml:"env" yaml:"env" mapstructure:"env" env:"APP_ENV"` }
func NewDefaultApp ¶
func NewDefaultApp() *App
Click to show internal directories.
Click to hide internal directories.