# Functions
NewMockClock creates a new mock instance.
NewMockTicker creates a new mock instance.
# Structs
MockClock is a mock of Clock interface.
MockClockMockRecorder is the mock recorder for MockClock.
MockTicker is a mock of Ticker interface.
MockTickerMockRecorder is the mock recorder for MockTicker.