[skip ci] Fix golint error in querynode (#9289)

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

View File

@ -30,6 +30,7 @@ import (
"github.com/milvus-io/milvus/internal/log"
)
// LoadIndexInfo is a wrapper of the underlying C-structure C.CLoadIndexInfo
type LoadIndexInfo struct {
cLoadIndexInfo C.CLoadIndexInfo
}