mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-11 17:29:07 +02:00
8 lines
164 B
Go
8 lines
164 B
Go
package connprofile
|
|
|
|
import "github.com/netbirdio/netbird/client/iface/configurer"
|
|
|
|
type wgIface interface {
|
|
GetAllStat() (map[string]configurer.WGStats, error)
|
|
}
|