# Functions
No description provided by the author
No description provided by the author
NewMockAuthorRepository creates a new mock instance.
NewMockBookRepository creates a new mock instance.
# Structs
No description provided by the author
No description provided by the author
MockAuthorRepository is a mock of AuthorRepository interface.
MockAuthorRepositoryMockRecorder is the mock recorder for MockAuthorRepository.
MockBookRepository is a mock of BookRepository interface.
MockBookRepositoryMockRecorder is the mock recorder for MockBookRepository.
# Interfaces
go:generate mockgen -source=$GOFILE -destination=./mock_author.go -package=${GOPACKAGE}.
go:generate mockgen -source=$GOFILE -destination=./mock_book.go -package=${GOPACKAGE}.