mirror of
https://github.com/netbirdio/netbird.git
synced 2026-02-04 14:01:49 +00:00
7 lines
100 B
Go
7 lines
100 B
Go
package internal
|
|
|
|
type WGIface interface {
|
|
wgIfaceBase
|
|
GetInterfaceGUIDString() (string, error)
|
|
}
|