Documentation
¶
Index ¶
- Variables
- func ConvertValue(v reflect.Value, target reflect.Type) (reflect.Value, error)
- func ExtractKey(item any, key any) any
- func ForEachExportedField(rv reflect.Value, fn func(name string, field reflect.Value) bool)
- func IndirectValue(v reflect.Value) (reflect.Value, error)
- func ResolveField(v reflect.Value, key any) (reflect.Value, error)
- func ResolveKey(m reflect.Value, key any) (reflect.Value, error)
- func ToIndex(i any) (int64, error)
- func Traverse(v reflect.Value, key any) (reflect.Value, error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func ExtractKey ¶
func ForEachExportedField ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.