mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comments for SearchResult (#11283)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
parent
4a8d1991b7
commit
fdb32445f2
@ -26,6 +26,7 @@ import (
|
||||
"unsafe"
|
||||
)
|
||||
|
||||
// SearchResult contains a pointer to the search result in C++ memory
|
||||
type SearchResult struct {
|
||||
cSearchResult C.CSearchResult
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user