()
| 271 | type requestParser interface { |
| 272 | GetIndexName() (string, error) |
| 273 | GetPIndexName() (string, error) |
| 274 | GetIndexDef() (*cbgt.IndexDef, error) |
| 275 | GetRequest() (interface{}, string) |
| 276 | GetCollectionNames() ([]string, error) |
no outgoing calls
no test coverage detected