| 223 | func (r *fakeSNIStreamRoute) Stream() nettypes.Stream { return r.stream } |
| 224 | |
| 225 | type testConnProxyStream struct { |
| 226 | proxyConn func(net.Conn) |
| 227 | } |
| 228 | |
| 229 | var _ nettypes.Stream = (*testConnProxyStream)(nil) |
| 230 | var _ nettypes.ConnProxy = (*testConnProxyStream)(nil) |
nothing calls this directly
no outgoing calls
no test coverage detected