mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for getIndexPaths (#14579)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/14621/head
parent
ededf126c3
commit
26a8bac54c
|
@ -90,6 +90,7 @@ func (info *indexInfo) getFieldID() UniqueID {
|
|||
return info.fieldID
|
||||
}
|
||||
|
||||
// getIndexPaths returns indexPaths
|
||||
func (info *indexInfo) getIndexPaths() []string {
|
||||
return info.indexPaths
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue