Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clock ¶
type Clock interface { Now() time.Time Sleep(d time.Duration) After(d time.Duration) <-chan time.Time }
Clock is for time
type MockClock ¶
MockClock is an autogenerated mock type for the Clock type
Click to show internal directories.
Click to hide internal directories.