mirror of
https://github.com/netbirdio/netbird.git
synced 2025-03-04 09:51:16 +01: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)
|
|
}
|