Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fixed ¶
type Fixed struct {
// contains filtered or unexported fields
}
Fixed implementation of clock.Provider for tests.
type Provider ¶
type Provider interface { Now() time.Time After(d time.Duration) <-chan time.Time AfterFunc(d time.Duration, f func()) *time.Timer }
Provider is an interface for a clock.
Click to show internal directories.
Click to hide internal directories.