package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Sep 8, 2020
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
BindAddr string `envconfig:"BIND_ADDR"`
CORSAllowedOrigins string `envconfig:"CORS_ALLOWED_ORIGINS"`
ShutdownTimeout time.Duration `envconfig:"SHUTDOWN_TIMEOUT"`
}
Config is the configuration for this service
Get configures the application and returns the configuration
Log writes all config properties to log.Debug
Source Files
¶
Click to show internal directories.
Click to hide internal directories.