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-required:"true" yaml:"name" env:"APP_NAME"` Version string `env-required:"true" yaml:"version" env:"APP_VERSION"` ResourcesDir string `env-required:"true" yaml:"resources_dir" env:"RESOURCES_DIR"` }
App -.
type Config ¶
type Config struct { App App `yaml:"app"` HTTP HTTP `yaml:"http"` Log prepare.Config `yaml:"logger"` Redis Redis `yaml:"redis"` }
Config -.
Click to show internal directories.
Click to hide internal directories.