mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
578ef768ab
- Remove exported interfaces unused locally - Define interfaces to accept arguments - Return concrete types, not interfaces
6 lines
108 B
Go
6 lines
108 B
Go
package portforward
|
|
|
|
func (l *Loop) GetPortForwarded() (port uint16) {
|
|
return l.state.GetPortForwarded()
|
|
}
|