TypeDescriptor returns the type of a field or value
| 161 | |
| 162 | // TypeDescriptor returns the type of a field or value |
| 163 | type TypeDescriptor interface { |
| 164 | FieldType(fieldTypeDescriptor FieldTypeDescriptor) FieldType |
| 165 | } |
| 166 | |
| 167 | // DateLiteral represents a date value |
| 168 | type DateLiteral struct { |
no outgoing calls
no test coverage detected