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

10 uses

	go.pact.im/x/clock/observeclock (current package)
		observeclock.go#L19: } = (*Clock)(nil)
		observeclock.go#L23: type Clock struct {
		observeclock.go#L31: func NewClock(c *clock.Clock) *Clock {
		observeclock.go#L32: 	return &Clock{
		observeclock.go#L39: func New(s clock.Scheduler) *Clock {
		observeclock.go#L44: func (c *Clock) Schedule(d time.Duration, f func(time.Time)) clock.Event {
		observeclock.go#L51: func (c *Clock) Timer(d time.Duration) clock.Timer {
		observeclock.go#L58: func (c *Clock) Ticker(d time.Duration) clock.Ticker {
		observeclock.go#L65: func (c *Clock) Observe() <-chan struct{} {
		observeclock.go#L75: func (c *Clock) event() {