mirror of
https://github.com/netbirdio/netbird.git
synced 2025-07-20 07:57:15 +02:00
7 lines
100 B
Go
7 lines
100 B
Go
package internal
|
|
|
|
type WGIface interface {
|
|
wgIfaceBase
|
|
GetInterfaceGUIDString() (string, error)
|
|
}
|