Documentation ¶
Index ¶
- func Bool(defaultVal bool, keys ...string) bool
- func BoolMust(keys ...string) bool
- func Exists(keys ...string) bool
- func Float(defaultVal float64, keys ...string) float64
- func FloatMust(keys ...string) float64
- func Get(defaultVal interface{}, keys ...string) interface{}
- func Int(defaultVal int, keys ...string) int
- func IntMust(keys ...string) int
- func MapMust(keys ...string) map[string]interface{}
- func String(defaultVal string, keys ...string) string
- func StringMust(keys ...string) string
- func StringSlice(defaultVal []string, keys ...string) []string
- func StringSliceMust(keys ...string) []string
- func Struct(addr interface{}, keys ...string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StringMust ¶
func StringSlice ¶
func StringSliceMust ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.