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

Function newTestProxyWithFiltersAndPreProcessors

proxy/proxy_test.go:257–259  ·  view source on GitHub ↗
(fr filters.Registry, doc string, flags Flags, preprocs []routing.PreProcessor)

Source from the content-addressed store, hash-verified

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)
259}
260
261func newTestProxyWithParams(doc string, params Params) (*testProxy, error) {
262 return newTestProxyWithFiltersAndParams(nil, doc, params, nil)

Callers 1

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…