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

Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
pull/9755/head
zhenshan.cao 2021-10-12 20:25:02 +08:00 committed by GitHub
parent 8bbed24ba9
commit 0da7ed96f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ import (
"unsafe" "unsafe"
) )
// SearchPlan is a wrapper of the underlying C-structure C.CSearchPlan
type SearchPlan struct { type SearchPlan struct {
cSearchPlan C.CSearchPlan cSearchPlan C.CSearchPlan
} }
@ -112,6 +113,7 @@ func (pg *searchRequest) delete() {
C.DeletePlaceholderGroup(pg.cPlaceholderGroup) C.DeletePlaceholderGroup(pg.cPlaceholderGroup)
} }
// RetrievePlan is a wrapper of the underlying C-structure C.CRetrievePlan
type RetrievePlan struct { type RetrievePlan struct {
cRetrievePlan C.CRetrievePlan cRetrievePlan C.CRetrievePlan
Timestamp Timestamp Timestamp Timestamp