Versions in this module Expand all Collapse all v1 v1.0.1 Aug 10, 2018 v1.0.0 Aug 3, 2018 Changes in this version + const DefaultMultiplier + const DefaultResolution + type Duration = time.Duration + type Time struct + Multiplier float64 + Resolution time.Duration + func NewTime(now time.Time) *Time + func (t *Time) After(d time.Duration) <-chan time.Time + func (t *Time) AfterFunc(d Duration, f func()) *timeproxy.Timer + func (t *Time) NewTicker(d time.Duration) *timeproxy.Ticker + func (t *Time) NewTimer(d Duration) *timeproxy.Timer + func (t *Time) Now() time.Time + func (t *Time) Set(to time.Time) + func (t *Time) Since(s time.Time) time.Duration + func (t *Time) Sleep(d time.Duration) + func (t *Time) Start() + func (t *Time) Stop() + func (t *Time) Tick(d time.Duration) <-chan time.Time + func (t *Time) Until(s time.Time) time.Duration