From 9eacfe719a3f08a0ebb528b79557ea552eaedb86 Mon Sep 17 00:00:00 2001 From: "zhenshan.cao" Date: Thu, 14 Oct 2021 14:02:41 +0800 Subject: [PATCH] [skip ci]Fix golint error in querynode (#9849) Signed-off-by: zhenshan.cao --- internal/querynode/collection.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/querynode/collection.go b/internal/querynode/collection.go index ac534a8b23..7598ec4c7a 100644 --- a/internal/querynode/collection.go +++ b/internal/querynode/collection.go @@ -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