Documentation
¶
Index ¶
- func DerefType(t reflect.Type) reflect.Type
- func DerefValue(v reflect.Value) reflect.Value
- func DerefedTypeOf(v interface{}) reflect.Type
- func FindField(v reflect.Value, field string, caseSensitive bool) (reflect.Value, bool)
- func GetInt64FieldValue(structValue interface{}, field string, caseSensitive bool) (int64, bool)
- func GetValue(structValue interface{}, field string, caseSensitive bool) (interface{}, bool)
- func SliceTypeOf(v interface{}) reflect.Type
- func TypeOfSlicEl(t reflect.Type) reflect.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DerefValue ¶
DerefValue returns dereferenced value of v
func DerefedTypeOf ¶
DerefedTypeOf returns type of dereferenced v
func GetInt64FieldValue ¶
func SliceTypeOf ¶
SliceTypeOf returns type of slice element
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.