package
Version:
v0.0.0-...-68900ed
Opens a new window with list of versions in this module.
Published: Jul 21, 2016
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Port int `envconfig:"port"`
Environment string `envconfig:"environment"`
}
const (
EnvDev Env = "dev"
EnvProd Env = "prod"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.