# Functions
No description provided by the author
NewMockRepository creates a new mock instance.
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
InMemoryEventRepository is an in-memory implementation of the EventRepository interface.
MockRepository is a mock of Repository interface.
MockRepositoryMockRecorder is the mock recorder for MockRepository.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
go:generate mockgen -destination=mock_repository.go -package=repository github.com/G-Research/unicorn-history-server/internal/database/repository Repository.