MCPcopy Create free account
hub / github.com/zalando/skipper / newTestProxyWithPredicatesAndParams

Function newTestProxyWithPredicatesAndParams

proxy/proxy_test.go:265–267  ·  view source on GitHub ↗
(predicates []routing.PredicateSpec, doc string, params Params)

Source from the content-addressed store, hash-verified

263}
264
265func newTestProxyWithPredicatesAndParams(predicates []routing.PredicateSpec, doc string, params Params) (*testProxy, error) {
266 return newCustomTestProxy(predicates, nil, doc, params, nil)
267}
268
269func newTestProxy(doc string, flags Flags, pr ...PriorityRoute) (*testProxy, error) {
270 return newTestProxyWithFiltersAndParams(nil, doc, Params{Flags: flags, PriorityRoutes: pr}, nil)

Calls 1

newCustomTestProxyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…