mirror of
https://github.com/netbirdio/netbird.git
synced 2025-03-04 09:51:16 +01: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
|
|
}
|