Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFieldTag ¶
GetFieldTag returns the value of a struct field's tag.
func StructFields ¶
func StructFields(iface interface{}) ([]std_reflect.StructField, []std_reflect.Value)
StructFields returns all fields, including embedding, found in the value recursively.
Pointer input values are supported.
Based on http://stackoverflow.com/a/24333912
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.