Kind of data type, one of the Kind enum.
()
| 16 | DataType interface { |
| 17 | // Kind of data type, one of the Kind enum. |
| 18 | Kind() Kind |
| 19 | // Name returns the type name. |
| 20 | Name() string |
| 21 | // IsCompatible checks whether val has a Go type that is compatible with the data |
no outgoing calls
no test coverage detected