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

6 uses

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