mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix golint error in querynode (#9289)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>pull/9292/head
parent
a4cddd950b
commit
d835adb442
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue