mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for getBuildID (#14520)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/14539/head
parent
0415618f81
commit
20178360ba
|
@ -80,6 +80,7 @@ func (info *indexInfo) getIndexID() UniqueID {
|
|||
return info.indexID
|
||||
}
|
||||
|
||||
// getBuildID returns the build id of index
|
||||
func (info *indexInfo) getBuildID() UniqueID {
|
||||
return info.buildID
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue