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

Function newTestProxyWithFilters

proxy/proxy_test.go:253–255  ·  view source on GitHub ↗
(fr filters.Registry, doc string, flags Flags, pr ...PriorityRoute)

Source from the content-addressed store, hash-verified

251}
252
253func newTestProxyWithFilters(fr filters.Registry, doc string, flags Flags, pr ...PriorityRoute) (*testProxy, error) {
254 return newTestProxyWithFiltersAndParams(fr, doc, Params{Flags: flags, PriorityRoutes: pr}, nil)
255}
256
257func newTestProxyWithFiltersAndPreProcessors(fr filters.Registry, doc string, flags Flags, preprocs []routing.PreProcessor) (*testProxy, error) {
258 return newTestProxyWithFiltersAndParams(fr, doc, Params{Flags: flags}, preprocs)

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…