Documentation ¶
Index ¶
- func Array(field interface{}) ([]interface{}, error)
- func Bool(field interface{}) (bool, error)
- func Float32(field interface{}) (float32, error)
- func Float64(field interface{}) (float64, error)
- func Int(field interface{}) (int, error)
- func Int16(field interface{}) (int16, error)
- func Int32(field interface{}) (int32, error)
- func Int64(field interface{}) (int64, error)
- func Map(field interface{}) (map[string]interface{}, error)
- func MapArray(field interface{}) ([]map[string]interface{}, error)
- func String(field interface{}) (string, error)
- func StringArray(field interface{}) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StringArray ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.