mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Add comment for getIndexID (#13651)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user