This is the DataType system, ie string, int, etc
| 48 | |
| 49 | // This is the DataType system, ie string, int, etc |
| 50 | type ValueType uint8 |
| 51 | |
| 52 | const ( |
| 53 | // Enum values for Type system, DO NOT CHANGE the numbers, do not use iota |
no outgoing calls
no test coverage detected