Documentation
¶
Index ¶
Constants ¶
View Source
const ( DEFAULT_SUCCESS_CODE = 0 DEFAULT_ERROR_CODE = 500 DEFAULT_PARAMS_ERROR_CODE = 300 )
Variables ¶
This section is empty.
Functions ¶
func Error ¶
func Error(w http.ResponseWriter, err error)
func OK ¶
func OK(w http.ResponseWriter)
func OkJson ¶
func OkJson(w http.ResponseWriter, resp interface{})
Types ¶
Click to show internal directories.
Click to hide internal directories.