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