Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ErrInternalServer is the error message for internal server error. ErrInternalServer = "Internal server error" // ErrBadRequest is the error message for bad request. ErrBadRequest = "Bad request" // ErrDuplicate is the error message for duplicate. ErrDuplicate = "Duplicate record" ErrUnauthorized = "Unauthorized" // ErrRequestAlreadyInProgress is the error message for already processing. ErrRequestAlreadyInProgress = "A request is already being processed for this path" // Success is the success message. Success = "Success" // MsgAccepted is the message for accepted. MsgAccepted = "Accepted" )
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.