# Functions
NewBookRepo return new instance of BookRepo.
NewMockBookRepo creates a new mock instance.
# Variables
BookTable is columns for books entity.
BookTableName is table name for books entity.
# Structs
No description provided by the author
MockBookRepo is a mock of BookRepo interface.
MockBookRepoMockRecorder is the mock recorder for MockBookRepo.
# Interfaces
No description provided by the author