Documentation ¶
Index ¶
- func Add(name string, configuration map[string]interface{})
- func Env(envName string, defaultValue ...interface{}) interface{}
- func Get(path string, defaultValue ...interface{}) interface{}
- func GetBool(path string, defaultValue ...interface{}) bool
- func GetInt(path string, defaultValue ...interface{}) int
- func GetInt64(path string, defaultValue ...interface{}) int64
- func GetInterface(path string, defaultValue ...interface{}) (value interface{})
- func GetString(path string, defaultValue ...interface{}) string
- func GetUint(path string, defaultValue ...interface{}) uint
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetInterface ¶ added in v0.3.0
func GetInterface(path string, defaultValue ...interface{}) (value interface{})
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.