mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-25 17:43:38 +01:00
7 lines
134 B
Go
7 lines
134 B
Go
|
package iface
|
||
|
|
||
|
type MobileIFaceArguments struct {
|
||
|
TunAdapter TunAdapter // only for Android
|
||
|
TunFd int // only for iOS
|
||
|
}
|