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

Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
This commit is contained in:
zhenshan.cao 2021-10-14 14:02:41 +08:00 committed by GitHub
parent 154961f41a
commit 9eacfe719a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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