[skip ci] Add comment for setIndexName (#13456)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/13470/head
bigsheeper 2021-12-15 22:03:10 +08:00 committed by GitHub
parent b99ac886bd
commit bcebb691c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ func newIndexInfo() *indexInfo {
}
}
// setIndexName sets the name of index
func (info *indexInfo) setIndexName(name string) {
info.indexName = name
}