# Functions
NewMockAggregateRepository creates a new mock instance.
NewMockRepository creates a new mock instance.
# Structs
MockAggregateRepository is a mock of AggregateRepository interface.
MockAggregateRepositoryMockRecorder is the mock recorder for MockAggregateRepository.
MockRepository is a mock of Repository interface.
MockRepositoryMockRecorder is the mock recorder for MockRepository.