mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-08 01:04:47 +01:00
891ba277b1
Initial modification to support mobile client Export necessary interfaces for Android framework
7 lines
124 B
Go
7 lines
124 B
Go
package iface
|
|
|
|
// NetInterface represents a generic network tunnel interface
|
|
type NetInterface interface {
|
|
Close() error
|
|
}
|