Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrBookNotFound = errors.New("book with given id not found")
View Source
var ErrComparingHash = errors.New("error comparing hash")
View Source
var ErrDeadline = errors.New("deadline exceeded")
View Source
var ErrDuplicateEmail = errors.New("email is already taken")
View Source
var ErrDuplicateID = errors.New("id already exists")
View Source
var ErrDuplicateTitle = errors.New("book with same title is exist")
View Source
var ErrHashing = errors.New("error hashing")
View Source
var ErrInvalidCredits = errors.New("invalid credentials")
View Source
var ErrNoContent = errors.New("no content to show")
View Source
var ErrReaderNotFound = errors.New("reader not found")
View Source
var ErrRecordExists = errors.New("record already exists")
View Source
var ErrRecordNotFound = errors.New("record not found")
View Source
var ErrTokenExpired = errors.New("token expired")
View Source
var ErrTokenInvalid = errors.New("token invalid")
View Source
var ErrTokenInvalidSigningMethod = errors.New("invalid signing method")
View Source
var ErrTokenNotCreated = errors.New("failed creating token")
View Source
var ErrTokenNotFound = errors.New("token not found")
View Source
var ErrUnexpected = errors.New("unexpected error")
View Source
var ErrValidation = errors.New("validation error")
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.