MCPcopy Index your code
hub / github.com/zalando/skipper / newTestProxy

Function newTestProxy

proxy/proxy_test.go:269–271  ·  view source on GitHub ↗
(doc string, flags Flags, pr ...PriorityRoute)

Source from the content-addressed store, hash-verified

267}
268
269func newTestProxy(doc string, flags Flags, pr ...PriorityRoute) (*testProxy, error) {
270 return newTestProxyWithFiltersAndParams(nil, doc, Params{Flags: flags, PriorityRoutes: pr}, nil)
271}
272
273func (tp *testProxy) close() {
274 tp.log.Close()

Callers 15

proxyForBackendFunction · 0.85
TestClientTimeoutFunction · 0.85
TestClientCancellationFunction · 0.85
TestGetRoundtripFunction · 0.85
TestRetriesFunction · 0.85
TestPostRoundtripFunction · 0.85
TestRouteFunction · 0.85
TestFastCgiFunction · 0.85
TestStreamingFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…