Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( OK = &Errno{Code: 0, Message: "OK."} InternalServerError = &Errno{Code: 10001, Message: "Internal server error."} ErrBind = &Errno{Code: 10002, Message: "Error occurred while binding the request body to the struct."} ErrUserNotFound = &Errno{Code: 20102, Message: "The user was not found."} )
Functions ¶
func IsErrUserNotFound ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.