package
Version:
v0.0.0-...-b8fb0c1
Opens a new window with list of versions in this module.
Published: Dec 31, 2015
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
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.