[skip e2e] Add comment for setReadyLoad (#13649)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/13675/head
bigsheeper 2021-12-17 22:24:54 +08:00 committed by GitHub
parent 6b4a0234a5
commit 4b4fcd61dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ func (info *indexInfo) setIndexParams(params map[string]string) {
info.indexParams = params
}
// setReadyLoad the the flag to check if the index is ready to load
func (info *indexInfo) setReadyLoad(load bool) {
info.readyLoad = load
}