mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Add comment for newLoadIndexInfo (#14883)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
fe730024ab
commit
64a5db66e9
@ -38,6 +38,7 @@ type LoadIndexInfo struct {
|
||||
cLoadIndexInfo C.CLoadIndexInfo
|
||||
}
|
||||
|
||||
// newLoadIndexInfo returns a new LoadIndexInfo and error
|
||||
func newLoadIndexInfo() (*LoadIndexInfo, error) {
|
||||
var cLoadIndexInfo C.CLoadIndexInfo
|
||||
status := C.NewLoadIndexInfo(&cLoadIndexInfo)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user