mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Sort imports (#14328)
Signed-off-by: godchen0212 <qingxiang.chen@zilliz.com>pull/14350/head
parent
3cfa45ef29
commit
a039178339
|
@ -22,11 +22,12 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/golang/protobuf/proto"
|
||||
"go.uber.org/zap"
|
||||
"stathat.com/c/consistent"
|
||||
|
||||
"github.com/milvus-io/milvus/internal/kv"
|
||||
"github.com/milvus-io/milvus/internal/log"
|
||||
"github.com/milvus-io/milvus/internal/proto/datapb"
|
||||
"go.uber.org/zap"
|
||||
"stathat.com/c/consistent"
|
||||
)
|
||||
|
||||
// RegisterPolicy decides the channels mapping after registering the nodeID
|
||||
|
|
Loading…
Reference in New Issue