Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrJwtEmptyUser = "for generating a JWT token, email is required" ErrWrongCredentials = "username or password isn't correct" ErrSomeThingWentWrong = "some thing went wrong" ErrAuthUserNotFound = "user not found" ErrProjectNotFound = "project not found" ErrEmailIsNotValid = "email is not valid" ErrAuthUserExisting = "a user with this email is already registered" ErrPasswordIsNotValid = "password is not valid" ErrorMsgInvalidInput = "invalid input" ErrBadRequest = "Bad request" ErrUserNotFound = "user not found" ErrChannelNotFound = "channel not found: %v" ErrFailedToOpenChannel = "failed to open rabbitmq channel" ErrFailedToSetQosOnChannel = "failed to set QOS on channel" ErrFailedToCloseChannel = "failed to close rabbitmq channel" ErrAccessDenied = "Access denied" ErrFailedToPurgeChannel = "failed to purge channel" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.