We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64394d0 commit fd0c78eCopy full SHA for fd0c78e
fsm/observer.go
@@ -83,7 +83,7 @@ func (w *InitialWaitOption) apply(o *fsmOptions) {
83
// and the state machine needs some time to process the event.
84
func (s *CachedObserver) WaitForState(ctx context.Context,
85
timeout time.Duration, state StateType,
86
- opts ...InitialWaitOption) error {
+ opts ...WaitForStateOption) error {
87
88
var options fsmOptions
89
0 commit comments