[skip ci] Add comment for setIndexID (#13457)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
bigsheeper 2021-12-15 21:06:09 +08:00 committed by GitHub
parent be6c183ae7
commit 5b5b441601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@ func (info *indexInfo) setIndexName(name string) {
info.indexName = name
}
// setIndexID sets the id of index
func (info *indexInfo) setIndexID(id UniqueID) {
info.indexID = id
}