type Clock struct {
// Resolution is the clock resolution Resolution time.Duration// contains filtered or unexported fields
}
Clock is a low resulution clock. It uses less resources and is faster than calling
time.Now
var (
// DefaultClock is the default clock DefaultClock *Clock// DefaultResolution is the default clock resolution DefaultResolution = 10 * time.Second
)