mirror of
https://github.com/netbirdio/netbird.git
synced 2025-04-11 04:58:38 +02:00
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
|
|
}
|