Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlattenedField ¶
type FlattenedField struct { Path []int Field reflect.StructField }
type FlattenedStruct ¶
type FlattenedStruct struct { Type reflect.Type Fields []*FlattenedField }
func Parse ¶
func Parse(t reflect.Type) *FlattenedStruct
Click to show internal directories.
Click to hide internal directories.