[skip ci] Fix golint error in rootcoord (#9291)

Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
pull/9292/head
zhenshan.cao 2021-10-05 21:44:05 +08:00 committed by GitHub
parent b6a7cf2964
commit a1f040cd97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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