MCPcopy
hub / github.com/moby/moby / Close

Method Close

cmd/docker-proxy/network_proxy_linux_test.go:27–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25type EchoServer interface {
26 Run()
27 Close()
28 LocalAddr() net.Addr
29}
30

Callers 15

testTCP4ProxyFunction · 0.95
TestTCP6ProxyFunction · 0.95
TestTCPDualStackProxyFunction · 0.95
testUDP4ProxyFunction · 0.95
TestUDP6ProxyFunction · 0.95
TestUDPWriteErrorFunction · 0.95
TestSCTP4ProxyNoListenerFunction · 0.95
TestSCTP6ProxyNoListenerFunction · 0.95
TestSCTP4ProxyFunction · 0.95
TestSCTP6ProxyFunction · 0.95
RunMethod · 0.65
CloseMethod · 0.65

Implementers 2

StreamEchoServercmd/docker-proxy/network_proxy_linux_t
UDPEchoServercmd/docker-proxy/network_proxy_linux_t

Calls

no outgoing calls

Tested by 15

testTCP4ProxyFunction · 0.76
TestTCP6ProxyFunction · 0.76
TestTCPDualStackProxyFunction · 0.76
testUDP4ProxyFunction · 0.76
TestUDP6ProxyFunction · 0.76
TestUDPWriteErrorFunction · 0.76
TestSCTP4ProxyNoListenerFunction · 0.76
TestSCTP6ProxyNoListenerFunction · 0.76
TestSCTP4ProxyFunction · 0.76
TestSCTP6ProxyFunction · 0.76
RunMethod · 0.52
CloseMethod · 0.52