mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 07:16:38 +00:00
Remove unused field from mock
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
package conntrack
|
package conntrack
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"sync"
|
|
||||||
"sync/atomic"
|
"sync/atomic"
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
@@ -15,7 +14,6 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type mockListener struct {
|
type mockListener struct {
|
||||||
mu sync.Mutex
|
|
||||||
errChan chan error
|
errChan chan error
|
||||||
closed atomic.Bool
|
closed atomic.Bool
|
||||||
closedCh chan struct{}
|
closedCh chan struct{}
|
||||||
|
|||||||
Reference in New Issue
Block a user