# Functions
NewMockClock creates a new mock instance.
NewMockRoutingTable creates a new mock instance.
NewMockTopic creates a new mock instance.
# Structs
MockClock is a mock of Clock interface.
MockClockMockRecorder is the mock recorder for MockClock.
MockRoutingTable is a mock of RoutingTable interface.
MockRoutingTableMockRecorder is the mock recorder for MockRoutingTable.
MockTopic is a mock of Topic interface.
MockTopicMockRecorder is the mock recorder for MockTopic.