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