# Functions
NewMockBackend creates a new mock instance.
NewMockBinder creates a new mock instance.
NewMockGateway creates a new mock instance.
NewMockMarshaler creates a new mock instance.
NewMockReadStore creates a new mock instance.
NewMockRoute creates a new mock instance.
NewMockStatusUpdater creates a new mock instance.
NewMockStore creates a new mock instance.
NewMockWriteStore creates a new mock instance.
# Structs
MockBackend is a mock of Backend interface.
MockBackendMockRecorder is the mock recorder for MockBackend.
MockBinder is a mock of Binder interface.
MockBinderMockRecorder is the mock recorder for MockBinder.
MockGateway is a mock of Gateway interface.
MockGatewayMockRecorder is the mock recorder for MockGateway.
MockMarshaler is a mock of Marshaler interface.
MockMarshalerMockRecorder is the mock recorder for MockMarshaler.
MockReadStore is a mock of ReadStore interface.
MockReadStoreMockRecorder is the mock recorder for MockReadStore.
MockRoute is a mock of Route interface.
MockRouteMockRecorder is the mock recorder for MockRoute.
MockStatusUpdater is a mock of StatusUpdater interface.
MockStatusUpdaterMockRecorder is the mock recorder for MockStatusUpdater.
MockStore is a mock of Store interface.
MockStoreMockRecorder is the mock recorder for MockStore.
MockWriteStore is a mock of WriteStore interface.
MockWriteStoreMockRecorder is the mock recorder for MockWriteStore.