package
Version:
v0.0.0-...-1ca2d18
Opens a new window with list of versions in this module.
Published: Sep 25, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Address string `env:"ADDRESS,required"`
ConnectionString string `env:"CONNECTION_STRING,notEmpty"`
StaticBase string `env:"STATIC_BASE,notEmpty"`
Production bool `env:"PRODUCTION"`
AddressLength int64 `env:"ADDRESS_LENGTH,notEmpty"`
}
New returns a new instance of Config.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.