[skip ci] Add comments for SearchResult (#11283)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
xige-16 2021-11-05 09:21:21 +08:00 committed by GitHub
parent 4a8d1991b7
commit fdb32445f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ import (
"unsafe"
)
// SearchResult contains a pointer to the search result in C++ memory
type SearchResult struct {
cSearchResult C.CSearchResult
}