package
Version:
v0.0.0-...-0429339
Opens a new window with list of versions in this module.
Published: Feb 23, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 5
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 `yaml:"name" env:"APP_NAME"`
Host string `yaml:"host" env:"HOST"`
Port string `yaml:"port" env:"PORT"`
Environment string `yaml:"environment" env:"ENVIRONMENT"`
}
type Config struct {
App App `yaml:"app"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.