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