# Functions
NewMockBus creates a new mock instance.
NewMockCommand creates a new mock instance.
NewMockHandler creates a new mock instance.
# Structs
MockBus is a mock of Bus interface.
MockBusMockRecorder is the mock recorder for MockBus.
MockCommand is a mock of Command interface.
MockCommandMockRecorder is the mock recorder for MockCommand.
MockHandler is a mock of Handler interface.
MockHandlerMockRecorder is the mock recorder for MockHandler.