mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix golint error in rootcoord (#9291)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>pull/9292/head
parent
b6a7cf2964
commit
a1f040cd97
|
@ -37,6 +37,7 @@ import (
|
|||
"google.golang.org/grpc/codes"
|
||||
)
|
||||
|
||||
// Base is an interface that embeds types.RootCoord and contains some other methods.
|
||||
type Base interface {
|
||||
types.RootCoord
|
||||
|
||||
|
|
Loading…
Reference in New Issue