Merge pull request #671 from sputn1ck/expand_fsm

fsm: fixup observer options
pull/672/head
Konstantin Nick 5 months ago committed by GitHub
commit 63403d1fc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -83,7 +83,7 @@ func (w *InitialWaitOption) apply(o *fsmOptions) {
// and the state machine needs some time to process the event.
func (s *CachedObserver) WaitForState(ctx context.Context,
timeout time.Duration, state StateType,
opts ...InitialWaitOption) error {
opts ...WaitForStateOption) error {
var options fsmOptions

Loading…
Cancel
Save