mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for setIndexName (#13456)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/13470/head
parent
b99ac886bd
commit
bcebb691c3
|
@ -35,6 +35,7 @@ func newIndexInfo() *indexInfo {
|
|||
}
|
||||
}
|
||||
|
||||
// setIndexName sets the name of index
|
||||
func (info *indexInfo) setIndexName(name string) {
|
||||
info.indexName = name
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue