()
| 270 | // needed for performing the authentication |
| 271 | type requestParser interface { |
| 272 | GetIndexName() (string, error) |
| 273 | GetPIndexName() (string, error) |
| 274 | GetIndexDef() (*cbgt.IndexDef, error) |
| 275 | GetRequest() (interface{}, string) |
no outgoing calls
no test coverage detected