| 36 | } |
| 37 | |
| 38 | type CodespacesPortForwarder struct { |
| 39 | connection *connection.CodespaceConnection |
| 40 | keepAliveReason chan string |
| 41 | } |
| 42 | |
| 43 | type PortForwarder interface { |
| 44 | ForwardPortToListener(ctx context.Context, opts ForwardPortOpts, listener *net.TCPListener) error |
nothing calls this directly
no outgoing calls
no test coverage detected