# Functions
No description provided by the author
No description provided by the author
See: https://stackoverflow.com/a/7053871/849021.
No description provided by the author
Includes fields "inherited" from anonymous struct fields The order of field definition is important! Later fields will override previous fields.
No description provided by the author
No description provided by the author
float64, float32.
int64, int32, int16, int8, int.
Compatible with map[string]*struct{}.
No description provided by the author
*bool.
*float64.
*int64.
*map[string]string.
*[]string.
*string.
Compatible with *struct{}.
Compatible with []*struct{}.
uint64, uint32, uint16, uint8, uint.
See: https://stackoverflow.com/questions/23555241/golang-reflection-how-to-get-zero-value-of-a-field-type.
Ignore fields tagged with "traverse:ignore" or "lookup".