Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kubewall/kubewall
/ Forwarder
Interface
Forwarder
backend/portfoward/portforward.go:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
)
21
22
type
Forwarder
interface
{
23
ForwardPorts() error
24
GetPorts() ([]portforward.ForwardedPort, error)
25
}
26
27
type
PortForward
struct
{
28
ID string `json:
"id"
`
Callers
2
Start
Method · 0.80
Start
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected