We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38fb7b9 commit 01095bcCopy full SHA for 01095bc
go/vt/vttablet/tabletserver/txthrottler/tx_throttler_test.go
@@ -22,11 +22,12 @@ package txthrottler
22
//go:generate mockgen -destination mock_topology_watcher_test.go -package txthrottler vitess.io/vitess/go/vt/vttablet/tabletserver/txthrottler TopologyWatcherInterface
23
24
import (
25
- "github.com/golang/mock/gomock"
26
- "github.com/stretchr/testify/assert"
27
"testing"
28
"time"
29
+ "github.com/golang/mock/gomock"
+ "github.com/stretchr/testify/assert"
30
+
31
"vitess.io/vitess/go/vt/discovery"
32
"vitess.io/vitess/go/vt/throttler"
33
"vitess.io/vitess/go/vt/topo"
0 commit comments