type go.pact.im/x/clock/observeclock.Clock

10 uses

	go.pact.im/x/clock/observeclock (current package)
		observeclock.go#L20: } = (*Clock)(nil)
		observeclock.go#L24: type Clock struct {
		observeclock.go#L32: func NewClock(c *clock.Clock) *Clock {
		observeclock.go#L33: 	return &Clock{
		observeclock.go#L40: func New(s clock.Scheduler) *Clock {
		observeclock.go#L45: func (c *Clock) Schedule(d time.Duration, f func(time.Time)) clock.Event {
		observeclock.go#L52: func (c *Clock) Timer(d time.Duration) clock.Timer {
		observeclock.go#L59: func (c *Clock) Ticker(d time.Duration) clock.Ticker {
		observeclock.go#L66: func (c *Clock) Observe() <-chan struct{} {
		observeclock.go#L76: func (c *Clock) event() {