BridgeSandboxTunnelIO bridges input/output streams to a tunnel stream.
func BridgeSandboxTunnelIO(
ctx context.Context,
stream io.ReadWriteCloser,
input io.Reader,
output io.Writer
) errorBridgeSandboxTunnelIO bridges input/output streams to a tunnel stream. It is intended for stdio-style integrations.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
stream* | io.ReadWriteCloser | |
input* | io.Reader | |
output* | io.Writer |