未验证 提交 0da7ed96 编写于 作者: Z zhenshan.cao 提交者: GitHub

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

Signed-off-by: Nzhenshan.cao <zhenshan.cao@zilliz.com>
上级 8bbed24b
......@@ -26,6 +26,7 @@ import (
"unsafe"
)
// SearchPlan is a wrapper of the underlying C-structure C.CSearchPlan
type SearchPlan struct {
cSearchPlan C.CSearchPlan
}
......@@ -112,6 +113,7 @@ func (pg *searchRequest) delete() {
C.DeletePlaceholderGroup(pg.cPlaceholderGroup)
}
// RetrievePlan is a wrapper of the underlying C-structure C.CRetrievePlan
type RetrievePlan struct {
cRetrievePlan C.CRetrievePlan
Timestamp Timestamp
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册