Current returns the current struct.
()
| 36 | |
| 37 | // Current returns the current struct. |
| 38 | Current() reflect.Value |
| 39 | |
| 40 | // ExtractType gets the actual underlying type of field value. |
| 41 | // It will dive into pointers, customTypes and return you the |
no outgoing calls