| 189 | } |
| 190 | |
| 191 | type fakeControlStream struct { |
| 192 | ControlStreamHandler |
| 193 | } |
| 194 | |
| 195 | func (fakeControlStream) ServeControlStream(ctx context.Context, rw io.ReadWriteCloser, connOptions *pogs.ConnectionOptions, tunnelConfigGetter TunnelConfigJSONGetter) error { |
| 196 | <-ctx.Done() |
nothing calls this directly
no outgoing calls
no test coverage detected