package
Version:
v0.0.0-...-b5678d6
Opens a new window with list of versions in this module.
Published: Sep 11, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type App struct {
Name string `env-required:"true" yaml:"name" env:"APP_NAME"`
Version string `env-required:"true" yaml:"version" env:"APP_VERSION"`
}
type HTTP struct {
Host string `env-required:"true" yaml:"host" env:"HTTP_HOST"`
Port int `env-required:"true" yaml:"port" env:"HTTP_PORT"`
}
type Log struct {
Level string `env-required:"true" yaml:"log_level" env:"LOG_LEVEL"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.