Documentation
¶
Index ¶
- func CanSet(v reflect.Value) reflect.Value
- func Field(s reflect.Value, i int) reflect.Value
- func FieldByIndex(s reflect.Value, index []int) reflect.Value
- func FieldByName(s reflect.Value, name string) reflect.Value
- func FieldByNameFunc(s reflect.Value, match func(name string) bool) reflect.Value
- func NamedStructOf(name string, fields []reflect.StructField) reflect.Type
- func StructOf(fields []reflect.StructField) reflect.Type
- type Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FieldByNameFunc ¶
func NamedStructOf ¶ added in v0.3.2
func NamedStructOf(name string, fields []reflect.StructField) reflect.Type
Types ¶
Click to show internal directories.
Click to hide internal directories.