package
0.0.0-20200320214449-3ac20e90d62a
Repository: https://github.com/pergamene/project-spiderweb-service.git
Documentation: pkg.go.dev

# Structs

MockClock replaces time.Now() with the MockedTime.
RealClock acts just like time.Now().

# Interfaces

Clock is used to mock out time.Now() for testing statically defined times When providing a Clock, either provide RealClock or MockClock (or another struct that interfaces Clock).