mirror of
https://github.com/netbirdio/netbird.git
synced 2025-07-22 08:40:36 +02:00
8 lines
164 B
Go
8 lines
164 B
Go
package iface
|
|
|
|
// WGIface defines subset methods of interface required for router
|
|
type WGIface interface {
|
|
wgIfaceBase
|
|
GetInterfaceGUIDString() (string, error)
|
|
}
|