Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrUserExists is used for the db to report to controllers user of existing user ErrUserExists = errors.New("error. GetUserByEmail exists") // ErrNoUserExists is used for the db to report to controllers user of non-existing user ErrNoUserExists = errors.New("error. No user exists") )
View Source
var (
ErrContentNotFound = errors.New("entities not found")
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.