mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for appendIndexParam (#14957)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/14968/head
parent
6a8d8f43c4
commit
d38ad2f511
|
@ -53,6 +53,7 @@ func deleteLoadIndexInfo(info *LoadIndexInfo) {
|
|||
C.DeleteLoadIndexInfo(info.cLoadIndexInfo)
|
||||
}
|
||||
|
||||
// appendIndexParam append indexParam to index
|
||||
func (li *LoadIndexInfo) appendIndexParam(indexKey string, indexValue string) error {
|
||||
cIndexKey := C.CString(indexKey)
|
||||
defer C.free(unsafe.Pointer(cIndexKey))
|
||||
|
|
Loading…
Reference in New Issue