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

Method Client

proxy/proxytest/proxytest.go:149–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147}
148
149func (p *TestProxy) Client() *TestClient {
150 return &TestClient{p.server.Client()}
151}
152
153func (p *TestProxy) Close() error {
154 p.Log.Close()

Calls

no outgoing calls