Documentation ¶
Index ¶
Constants ¶
View Source
const ( ErrAccountDoesNotExist = usersError("the user account with provided email does not exit") ErrWrongPassword = usersError("the provided password is incorrect") ErrAccountAlreadyExists = usersError("the user account with provided email already exists") ErrNameAlreadyTaken = usersError("the provided username is already used by someone else") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.