| 38 | } |
| 39 | |
| 40 | type PortMapping struct { |
| 41 | LocalPortDesc string |
| 42 | OriginLocalPort int |
| 43 | CurrentLocalPort int |
| 44 | ContainerPort int |
| 45 | PortMapType PortMapTypeEnum |
| 46 | } |
| 47 | |
| 48 | func (instance *AutoTunnelMultipleOptions) AppendPortMapping( |
| 49 | mapType PortMapTypeEnum, orginLocalPort int, currentLocalPort int, localPortDesc string, containerPort int) { |
nothing calls this directly
no outgoing calls
no test coverage detected