mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add desc comments for Condition (#9019)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/9021/head
parent
e6679d559d
commit
ab0255b21a
|
@ -16,6 +16,7 @@ import (
|
|||
"errors"
|
||||
)
|
||||
|
||||
// Condition defines the interface of variable condition.
|
||||
type Condition interface {
|
||||
WaitToFinish() error
|
||||
Notify(err error)
|
||||
|
|
Loading…
Reference in New Issue