FixerCommConfig removes ssh prefix from communicator port forwarding config for variables host_port_min, host_port_max, skip_nat_mapping
| 12 | // FixerCommConfig removes ssh prefix from communicator port forwarding config |
| 13 | // for variables host_port_min, host_port_max, skip_nat_mapping |
| 14 | type FixerCommConfig struct{} |
| 15 | |
| 16 | func (FixerCommConfig) DeprecatedOptions() map[string][]string { |
| 17 | return map[string][]string{ |
nothing calls this directly
no outgoing calls
no test coverage detected