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