# README
README
The mocks here only exist because avalanchego doesn't have convenient mocks for them.
TODO: get rid of this package and send out a PR to avalanchego to move these over.
# Functions
NewMockCompacter creates a new mock instance.
NewMockDatabase creates a new mock instance.
NewMockIteratee creates a new mock instance.
NewMockIterator creates a new mock instance.
NewMockKeyValueDeleter creates a new mock instance.
NewMockKeyValueReader creates a new mock instance.
NewMockKeyValueReaderWriter creates a new mock instance.
NewMockKeyValueReaderWriterDeleter creates a new mock instance.
NewMockKeyValueWriter creates a new mock instance.
NewMockKeyValueWriterDeleter creates a new mock instance.
# Structs
MockCompacter is a mock of Compacter interface.
MockCompacterMockRecorder is the mock recorder for MockCompacter.
MockDatabase is a mock of Database interface.
No description provided by the author
MockDatabaseMockRecorder is the mock recorder for MockDatabase.
MockIteratee is a mock of Iteratee interface.
MockIterateeMockRecorder is the mock recorder for MockIteratee.
MockIterator is a mock of Iterator interface.
MockIteratorMockRecorder is the mock recorder for MockIterator.
MockKeyValueDeleter is a mock of KeyValueDeleter interface.
MockKeyValueDeleterMockRecorder is the mock recorder for MockKeyValueDeleter.
MockKeyValueReader is a mock of KeyValueReader interface.
MockKeyValueReaderMockRecorder is the mock recorder for MockKeyValueReader.
MockKeyValueReaderWriter is a mock of KeyValueReaderWriter interface.
MockKeyValueReaderWriterDeleter is a mock of KeyValueReaderWriterDeleter interface.
MockKeyValueReaderWriterDeleterMockRecorder is the mock recorder for MockKeyValueReaderWriterDeleter.
MockKeyValueReaderWriterMockRecorder is the mock recorder for MockKeyValueReaderWriter.
MockKeyValueWriter is a mock of KeyValueWriter interface.
MockKeyValueWriterDeleter is a mock of KeyValueWriterDeleter interface.
MockKeyValueWriterDeleterMockRecorder is the mock recorder for MockKeyValueWriterDeleter.
MockKeyValueWriterMockRecorder is the mock recorder for MockKeyValueWriter.