mirror of
https://github.com/netbirdio/netbird.git
synced 2026-08-24 16:41:30 +02:00
8 lines
79 B
Go
8 lines
79 B
Go
//go:build !windows
|
|
|
|
package internal
|
|
|
|
type WGIface interface {
|
|
wgIfaceBase
|
|
}
|