mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint in indexcoord/client/client.go (#8973)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/8984/head
parent
cdd31aefaf
commit
ef244bd9c0
|
@ -36,6 +36,7 @@ import (
|
||||||
"github.com/milvus-io/milvus/internal/proto/milvuspb"
|
"github.com/milvus-io/milvus/internal/proto/milvuspb"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// Base is a base class abstracted from components.
|
||||||
type Base interface {
|
type Base interface {
|
||||||
types.IndexCoord
|
types.IndexCoord
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue