type go.pact.im/x/clock.Event

9 uses

	go.pact.im/x/clock (current package)
		clock.go#L30: 	Schedule(d time.Duration, f func(now time.Time)) Event
		clock.go#L35: type Event interface {
		clock.go#L70: func (c *Clock) Schedule(d time.Duration, f func(now time.Time)) Event {
		runtime.go#L29: func (c *runtimeClock) Schedule(d time.Duration, f func(now time.Time)) Event {
		timer.go#L89: 	e Event

	go.pact.im/x/clock/fakeclock
		fakeclock.go#L137: func (c *Clock) Schedule(d time.Duration, f func(now time.Time)) clock.Event {

	go.pact.im/x/clock/mockclock
		mockclock.go#L52: func (m *MockClock) Schedule(d time.Duration, f func(time.Time)) clock.Event {
		mockclock.go#L55: 	ret0, _ := ret[0].(clock.Event)

	go.pact.im/x/clock/observeclock
		observeclock.go#L45: func (c *Clock) Schedule(d time.Duration, f func(time.Time)) clock.Event {