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

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/13110/head
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
1 changed files with 1 additions and 0 deletions

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
}