mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for getIndexID (#13651)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/13628/merge
parent
d5821ad18a
commit
3d7a8ee30f
|
@ -73,6 +73,7 @@ func (info *indexInfo) getIndexName() string {
|
|||
return info.indexName
|
||||
}
|
||||
|
||||
// getIndexID returns the index id
|
||||
func (info *indexInfo) getIndexID() UniqueID {
|
||||
return info.indexID
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue