Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/moby/moby
/ StreamEchoServer
Struct
StreamEchoServer
cmd/docker-proxy/network_proxy_linux_test.go:35–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
type
StreamEchoServer
struct
{
36
listener net.Listener
37
testCtx *testing.T
38
opts EchoServerOptions
39
}
40
41
type
UDPEchoServer
struct
{
42
conn net.PacketConn
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected