Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Success = NewError(http.StatusOK, 0, "success") ServerError = NewError(http.StatusInternalServerError, 200500, "系统异常,请稍后重试!") NotFound = NewError(http.StatusNotFound, 200404, http.StatusText(http.StatusNotFound)) )
Functions ¶
func ErrHandler ¶
func ErrHandler() gin.HandlerFunc
func SetUp ¶
func SetUp() gin.HandlerFunc
Types ¶
Click to show internal directories.
Click to hide internal directories.