MCPcopy
hub / github.com/yusing/godoxy / testConnProxyStream

Struct testConnProxyStream

internal/entrypoint/sni_passthrough_fastpath_test.go:225–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223func (r *fakeSNIStreamRoute) Stream() nettypes.Stream { return r.stream }
224
225type testConnProxyStream struct {
226 proxyConn func(net.Conn)
227}
228
229var _ nettypes.Stream = (*testConnProxyStream)(nil)
230var _ nettypes.ConnProxy = (*testConnProxyStream)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected