MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / PortMapping

Struct PortMapping

cli/pkg/tunnel/forwarding.go:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40type PortMapping struct {
41 LocalPortDesc string
42 OriginLocalPort int
43 CurrentLocalPort int
44 ContainerPort int
45 PortMapType PortMapTypeEnum
46}
47
48func (instance *AutoTunnelMultipleOptions) AppendPortMapping(
49 mapType PortMapTypeEnum, orginLocalPort int, currentLocalPort int, localPortDesc string, containerPort int) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected