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

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
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

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
}