//
pkg.gl
Category
github.com/itbasis/go-clock/v2
internal
mock
package
2.1.0
Repository:
https://github.com/itbasis/go-clock.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
1
Files
391 SLOC
#
Functions
NewMock
NewMock returns an instance of a mock clock.
NewTicker
No description provided by the author
NewTimer
No description provided by the author
#
Structs
Mock
Mock represents a mock clock that only moves forward programmically.
Ticker
Ticker holds a channel that receives "ticks" at regular intervals.
Timer
Timer represents a single event.