Stream should generally be implemented as a bidirectional io.Copy.
(ctx context.Context, tunnelConn io.ReadWriter, log *zerolog.Logger)
| 19 | type OriginConnection interface { |
| 20 | // Stream should generally be implemented as a bidirectional io.Copy. |
| 21 | Stream(ctx context.Context, tunnelConn io.ReadWriter, log *zerolog.Logger) |
| 22 | Close() error |
| 23 | } |
| 24 |
no outgoing calls
no test coverage detected