MCPcopy Index your code
hub / github.com/cli/cli / CodespacesPortForwarder

Struct CodespacesPortForwarder

internal/codespaces/portforwarder/port_forwarder.go:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38type CodespacesPortForwarder struct {
39 connection connection.CodespaceConnection
40 keepAliveReason chan string
41}
42
43type PortForwarder interface {
44 ForwardPortToListener(ctx context.Context, opts ForwardPortOpts, listener *net.TCPListener) error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected