Identifier represents a field name
| 31 | |
| 32 | // Identifier represents a field name |
| 33 | type Identifier struct { |
| 34 | identifier *QueryToken |
| 35 | } |
| 36 | |
| 37 | // StringLiteral is a literal string value |
| 38 | type StringLiteral struct { |
nothing calls this directly
no outgoing calls
no test coverage detected