Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StructInfo ¶
type StructInfo struct {
Fields []reflect.StructField
Values map[string]reflect.Value
Methods []reflect.Method
MethodValues map[string]reflect.Value
}
func FlatStruct ¶
func FlatStruct(data any) *StructInfo
func FlatStructWithUnexported ¶
func FlatStructWithUnexported(data any) *StructInfo
func FlattenStruct ¶ added in v1.0.4
func FlattenStruct(data any, exportOnly bool) *StructInfo
Click to show internal directories.
Click to hide internal directories.