(doc string, flags Flags, pr ...PriorityRoute)
| 267 | } |
| 268 | |
| 269 | func newTestProxy(doc string, flags Flags, pr ...PriorityRoute) (*testProxy, error) { |
| 270 | return newTestProxyWithFiltersAndParams(nil, doc, Params{Flags: flags, PriorityRoutes: pr}, nil) |
| 271 | } |
| 272 | |
| 273 | func (tp *testProxy) close() { |
| 274 | tp.log.Close() |
no test coverage detected
searching dependent graphs…