mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for newLoadIndexInfo (#14883)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/14889/head
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…
Reference in New Issue