[skip e2e] Add comment for getIndexID (#13651)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/13628/merge
bigsheeper 2021-12-17 21:56:42 +08:00 committed by GitHub
parent d5821ad18a
commit 3d7a8ee30f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ func (info *indexInfo) getIndexName() string {
return info.indexName
}
// getIndexID returns the index id
func (info *indexInfo) getIndexID() UniqueID {
return info.indexID
}