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.
2 parents 64394d0 + fd0c78e commit 63403d1Copy full SHA for 63403d1
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