netbird/iface/tun.go
Zoltan Papp 891ba277b1
Mobile (#735)
Initial modification to support mobile client

Export necessary interfaces for Android framework
2023-03-17 10:37:27 +01:00

7 lines
124 B
Go

package iface
// NetInterface represents a generic network tunnel interface
type NetInterface interface {
Close() error
}