package
0.3.5
Repository: https://github.com/creativecreature/pulse.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Structs

MockClock is a mock implementation of the Clock interface.
RealClock imlements the Clock interface using the standard libraries time package.

# Interfaces

Clock is a time abstraction which can be used to if you need to mock time in tests.