Kind returns the reflect.Kind for Value of Field `f`.
()
| 77 | |
| 78 | // Kind returns the reflect.Kind for Value of Field `f`. |
| 79 | func (f *Field) Kind() reflect.Kind { |
| 80 | return f.Value.Kind() |
| 81 | } |
| 82 | |
| 83 | // OriginalKind retrieves and returns the original reflect.Kind for Value of Field `f`. |
| 84 | func (f *Field) OriginalKind() reflect.Kind { |
no outgoing calls