Documentation ¶
Index ¶
- func Boolean(key string, m map[string]interface{}) (bool, bool)
- func Duration(key string, m map[string]interface{}) (time.Duration, bool)
- func Integer(key string, m map[string]interface{}) (int, bool)
- func MapStringInterface(key string, m map[string]interface{}) (map[string]interface{}, bool)
- func MapStringString(key string, m map[string]interface{}) (map[string]string, bool)
- func PStringSlice(key string, m map[string]interface{}) ([]*string, bool)
- func String(key string, m map[string]interface{}) (string, bool)
- func StringSlice(key string, m map[string]interface{}) ([]string, bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MapStringInterface ¶
func MapStringString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.