Documentation ¶ Index ¶ func GetBoolValue(data map[string]interface{}, key string) (bool, bool) func GetFloatValue(data map[string]interface{}, key string) (float64, bool) func GetIntValue(data map[string]interface{}, key string) (int, bool) func GetStringValue(data map[string]interface{}, key string) (string, bool) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetBoolValue ¶ func GetBoolValue(data map[string]interface{}, key string) (bool, bool) func GetFloatValue ¶ func GetFloatValue(data map[string]interface{}, key string) (float64, bool) func GetIntValue ¶ func GetIntValue(data map[string]interface{}, key string) (int, bool) func GetStringValue ¶ func GetStringValue(data map[string]interface{}, key string) (string, bool) Types ¶ This section is empty. Source Files ¶ View all Source files maphelper.go Click to show internal directories. Click to hide internal directories.