[skip ci] Add desc comments for Condition (#9019)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/9021/head
dragondriver 2021-10-01 15:37:18 +08:00 committed by GitHub
parent e6679d559d
commit ab0255b21a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ import (
"errors" "errors"
) )
// Condition defines the interface of variable condition.
type Condition interface { type Condition interface {
WaitToFinish() error WaitToFinish() error
Notify(err error) Notify(err error)