mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-21 23:53:14 +01:00
fd67892cb4
Refactor the flat code structure
7 lines
135 B
Go
7 lines
135 B
Go
package device
|
|
|
|
type MobileIFaceArguments struct {
|
|
TunAdapter TunAdapter // only for Android
|
|
TunFd int // only for iOS
|
|
}
|