Documentation
¶
Index ¶
- func ConvertMapForm(data map[string]interface{}) map[interface{}]interface{}
- func Flatten(data map[interface{}]interface{}) map[interface{}]interface{}
- func InArray(v interface{}, arr interface{}) (exists bool)
- func SoftSet(field reflect.Value, value reflect.Value)
- func SoftSetFloat(field reflect.Value, value reflect.Value)
- func SoftSetInt(field reflect.Value, value reflect.Value)
- func SoftSetUint(field reflect.Value, value reflect.Value)
- func ToCamelCase(s string) string
- func ToPascalCase(s string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertMapForm ¶
func ConvertMapForm(data map[string]interface{}) map[interface{}]interface{}
func ToCamelCase ¶
func ToPascalCase ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.