Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DatabaseInternalError = errors.New("internal error") DatabaseRecordNotFound = errors.New("record not found") )
View Source
var ( Forbidden = errors.New("you do not have permission to access this resource") )
View Source
var (
PostNotFound = errors.New("post not found")
)
View Source
var (
UserNotFound = errors.New("user not found")
)
View Source
var (
UsernameOrPasswordNotMatch = errors.New("username or password not match")
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.