[skip e2e] Add comment for getBuildID (#14520)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
bigsheeper 2021-12-29 17:39:04 +08:00 committed by GitHub
parent 0415618f81
commit 20178360ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}