mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 20:09:57 +08:00
[skip ci] Add comment for setIndexName (#13456)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
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
Block a user