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

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

View File

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