Source File
clock.go
Belonging Package
go.pact.im/x/clock/mockclock
package mockclockimport ()// Clock is a union of all interfaces implemented by a full-featured clock// implementation. It is satisfied by clock.Clock that provides shims for// missing functionality.//// It is an input for mock types generator and must not be used outside of this// package.type Clock interface {clock.Schedulerclock.NowSchedulerclock.TimerSchedulerclock.TickerSchedulerprivate()}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)