MCPcopy
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
22type Forwarder interface {
23 ForwardPorts() error
24 GetPorts() ([]portforward.ForwardedPort, error)
25}
26
27type PortForward struct {
28 ID string `json:"id"`

Callers 2

StartMethod · 0.80
StartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected