mirror of
https://github.com/netbirdio/netbird.git
synced 2025-03-03 17:31:13 +01:00
9 lines
98 B
Go
9 lines
98 B
Go
//go:build !windows
|
|
// +build !windows
|
|
|
|
package internal
|
|
|
|
type WGIface interface {
|
|
wgIfaceBase
|
|
}
|