type go.pact.im/x/flaky.Executor

6 uses

	go.pact.im/x/flaky (current package)
		flaky.go#L13: type Executor interface {
		once.go#L11: func Once() Executor {
		permanent.go#L73: func UntilPermanent() Executor {
		schedule.go#L116: 	exec  Executor
		schedule.go#L121: func WithSchedule(e Executor, s Schedule) *ScheduleExecutor {
		watchdog.go#L31: func Watchdog(e Executor, s Schedule) *WatchdogExecutor {