Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FieldsByStructTag ¶
Returns all fields of rec that have a non-empty struct tag of the given key and all corresponding tag values. Returns nil, nil if no such fields were found. "rec" must be a pointer to a struct.
func SetStructField ¶
func SetStructField(name string, rec, data interface{})
assigns data to field name of struct rec
func SetStructFieldCallback ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.