//
pkg.gl
Category
github.com/decodeproject/iotencoder
pkg
clock
package
0.4.3
Repository:
https://github.com/decodeproject/iotencoder.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
52 SLOC
#
Functions
New
New returns a new real Clock instance.
NewMock
NewMock creates a new mock clock initialized to the passed in time.
#
Interfaces
Clock
Clock is our interface for a type that can be used to tell the time.
Mock
Mock is an interface for a manipulable clock for use in tests where we want to mess with the time.