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 IsNamed(typ reflect.Type) bool
- func NamedStructOf(pkgpath string, name string, fields []reflect.StructField) reflect.Type
- func NamedTypeOf(pkgpath string, name string, from reflect.Type) reflect.Type
- func SetValue(v reflect.Value, x reflect.Value)
- func StructOf(fields []reflect.StructField) reflect.Type
- type ChanDir
- type Named
- type TypeKind
- type Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FieldByNameFunc ¶
func NamedStructOf ¶ added in v0.3.2
func NamedTypeOf ¶ added in v0.3.5
Types ¶
Click to show internal directories.
Click to hide internal directories.