mirror of
https://github.com/netbirdio/netbird.git
synced 2026-03-31 06:34:19 -04:00
9 lines
143 B
Go
9 lines
143 B
Go
//go:build !windows
|
|
|
|
package iface
|
|
|
|
// WGIface defines subset methods of interface required for router
|
|
type WGIface interface {
|
|
wgIfaceBase
|
|
}
|