Documentation ¶
Index ¶
- func Exists(m map[string]interface{}, path string) bool
- func GetValue(m map[string]interface{}, path string) interface{}
- func GetValueAsBool(m map[string]interface{}, path string, defaultValue bool) bool
- func GetValueAsFloat64(m map[string]interface{}, path string, defaultValue float64) float64
- func GetValueAsInt(m map[string]interface{}, path string, defaultValue int) int
- func GetValueAsInt32(m map[string]interface{}, path string, defaultValue int32) int32
- func GetValueAsInt64(m map[string]interface{}, path string, defaultValue int64) int64
- func GetValueAsMap(m map[string]interface{}, path string, defaultValue map[string]interface{}) map[string]interface{}
- func GetValueAsMapSlice(m map[string]interface{}, path string) []map[string]interface{}
- func GetValueAsString(m map[string]interface{}, path string, defaultValue string) string
- func GetValueAsStringSlice(m map[string]interface{}, path string, defaultValue []string) []string
- func MergeMaps(maps ...map[string]any) map[string]any
- func SetValue(m map[string]interface{}, path string, val interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetValueAsBool ¶
func GetValueAsFloat64 ¶
func GetValueAsInt ¶
func GetValueAsInt32 ¶
func GetValueAsInt64 ¶
func GetValueAsMap ¶
func GetValueAsMapSlice ¶
func GetValueAsString ¶
func GetValueAsStringSlice ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.