[skip e2e] Add comment for getIndexParams (#14580)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/14621/head
bigsheeper 2021-12-30 16:57:33 +08:00 committed by GitHub
parent 26a8bac54c
commit 983d9b4b73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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
}