(fr filters.Registry, doc string, flags Flags, preprocs []routing.PreProcessor)
| 255 | } |
| 256 | |
| 257 | func newTestProxyWithFiltersAndPreProcessors(fr filters.Registry, doc string, flags Flags, preprocs []routing.PreProcessor) (*testProxy, error) { |
| 258 | return newTestProxyWithFiltersAndParams(fr, doc, Params{Flags: flags}, preprocs) |
| 259 | } |
| 260 | |
| 261 | func newTestProxyWithParams(doc string, params Params) (*testProxy, error) { |
| 262 | return newTestProxyWithFiltersAndParams(nil, doc, params, nil) |
no test coverage detected
searching dependent graphs…