Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Config *envconf.Config
Config is the default envconf.Config instance parse from ".env" or file indicated by env name "ENV"
Functions ¶
func Bool ¶
func Bool(args ...interface{}) bool
Bool parse env value as bool
args set: (name) args set: (name, defaultValue)
func Int ¶
func Int(args ...interface{}) int64
Int parse env value as int64
args set: (name) args set: (name, defaultValue)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.