FieldQuery is generic request against field
| 54 | |
| 55 | // FieldQuery is generic request against field |
| 56 | type FieldQuery struct { |
| 57 | Field string |
| 58 | Relation int |
| 59 | Value string |
| 60 | Regexp *regexp.Regexp `codec:"-"` |
| 61 | } |
| 62 | |
| 63 | // PkgQuery is search request against specific package |
| 64 | type PkgQuery struct { |
nothing calls this directly
no outgoing calls
no test coverage detected