[skip ci]Fix golint in indexcoord/client/client.go (#8973)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/8984/head
cai.zhang 2021-09-30 19:01:21 +08:00 committed by GitHub
parent cdd31aefaf
commit ef244bd9c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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