mirror of
https://github.com/netbirdio/netbird.git
synced 2026-05-18 22:59:57 +00:00
Create conn mgr
This commit is contained in:
@@ -218,7 +218,7 @@ func (w *WGIface) GetStats(peerKey string) (configurer.WGStats, error) {
|
||||
return w.configurer.GetStats(peerKey)
|
||||
}
|
||||
|
||||
func (w *WGIface) Transfers() (map[wgtypes.Key]configurer.WGStats, error) {
|
||||
func (w *WGIface) Transfers() (map[string]configurer.WGStats, error) {
|
||||
return w.configurer.Transfers()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user