Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrBadRequest = func(err error) Error { return newError(http.StatusBadRequest, err) } ErrNotFound = func(err error) Error { return newError(http.StatusNotFound, err) } ErrInternal = func(err error) Error { return newError(http.StatusInternalServerError, err) } )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.