Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/zalando/skipper
/ close
Method
close
proxy/proxy_test.go:273–278 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
271
}
272
273
func
(tp *testProxy) close() {
274
tp.log.Close()
275
tp.dc.Close()
276
tp.routing.Close()
277
tp.proxy.Close()
278
}
279
280
func
hasArg(arg string) bool {
281
return
slices.Contains(os.Args, arg)
Callers
15
proxyForBackend
Function · 0.45
TestProxyMTLS_OutboundSuccess
Function · 0.45
TestProxyMTLS_OutboundRejectedUntrustedClientCert
Function · 0.45
TestProxyMTLS_OutboundNoClientCert
Function · 0.45
TestProxyMTLS_OutboundExpiredClientCert
Function · 0.45
TestProxyMTLS_CertRotation
Function · 0.45
TestProxyMTLS_OutboundFutureClientCert
Function · 0.45
TestProxyMTLS_OutboundInsecureSkipVerify
Function · 0.45
TestTracingIngressSpan
Function · 0.45
TestTracingIngressSpanShunt
Function · 0.45
TestTracingIngressSpanLoopback
Function · 0.45
TestTracingSpanName
Function · 0.45
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected