mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint error in querynode (#9849)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>pull/9867/head
parent
154961f41a
commit
9eacfe719a
|
@ -36,6 +36,7 @@ import (
|
|||
"github.com/milvus-io/milvus/internal/proto/schemapb"
|
||||
)
|
||||
|
||||
// Collection is a wrapper of the underlying C-structure C.CCollection
|
||||
type Collection struct {
|
||||
collectionPtr C.CCollection
|
||||
id UniqueID
|
||||
|
|
Loading…
Reference in New Issue