mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for setIndexID (#13457)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/13110/head
parent
be6c183ae7
commit
5b5b441601
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue