//
pkg.gl
Category
github.com/pergamene/project-spiderweb-service
internal
util
clock
package
0.0.0-20200320214449-3ac20e90d62a
Repository:
https://github.com/pergamene/project-spiderweb-service.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
17 SLOC
#
Structs
MockClock
MockClock replaces time.Now() with the MockedTime.
RealClock
RealClock acts just like time.Now().
#
Interfaces
Clock
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).