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

Function newTestProxyWithParams

proxy/proxy_test.go:261–263  ·  view source on GitHub ↗
(doc string, params Params)

Source from the content-addressed store, hash-verified

259}
260
261func newTestProxyWithParams(doc string, params Params) (*testProxy, error) {
262 return newTestProxyWithFiltersAndParams(nil, doc, params, nil)
263}
264
265func newTestProxyWithPredicatesAndParams(predicates []routing.PredicateSpec, doc string, params Params) (*testProxy, error) {
266 return newCustomTestProxy(predicates, nil, doc, params, nil)

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…