mirror of
https://github.com/netbirdio/netbird.git
synced 2025-07-22 00:38:17 +02:00
10 lines
162 B
Go
10 lines
162 B
Go
//go:build !windows
|
|
// +build !windows
|
|
|
|
package iface
|
|
|
|
// WGIface defines subset methods of interface required for router
|
|
type WGIface interface {
|
|
wgIfaceBase
|
|
}
|