package
0.4.3
Repository: https://github.com/decodeproject/iotencoder.git
Documentation: pkg.go.dev

# Functions

New returns a new real Clock instance.
NewMock creates a new mock clock initialized to the passed in time.

# Interfaces

Clock is our interface for a type that can be used to tell the time.
Mock is an interface for a manipulable clock for use in tests where we want to mess with the time.