Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrBookAlreadyBorrowed = errors.New("Book already borrowed")
ErrBookAlreadyBorrowed cannot borrow
View Source
var ErrBookNotBorrowed = errors.New("Book not borrowed")
ErrBookNotBorrowed cannot return
View Source
var ErrCannotBeDeleted = errors.New("Cannot Be Deleted")
ErrCannotBeDeleted cannot be deleted
View Source
var ErrInvalidEntity = errors.New("Invalid entity")
ErrInvalidEntity invalid entity
View Source
var ErrNotEnoughBooks = errors.New("Not enough books")
ErrNotEnoughBooks cannot borrow
View Source
var ErrNotFound = errors.New("Not found")
ErrNotFound not found
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.