//
pkg.gl
Category
github.com/creativecreature/pulse
clock
package
0.3.5
Repository:
https://github.com/creativecreature/pulse.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
2
Files
135 SLOC
#
Functions
New
No description provided by the author
NewMock
No description provided by the author
#
Structs
MockClock
MockClock is a mock implementation of the Clock interface.
RealClock
RealClock imlements the Clock interface using the standard libraries time package.
#
Interfaces
Clock
Clock is a time abstraction which can be used to if you need to mock time in tests.