Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloseRequest ¶
func CloseResponse ¶
Types ¶
type APIHandleError ¶
APIHandleError handle create err for api
func CreateAPIHandleError ¶
func CreateAPIHandleError(code int, err error) *APIHandleError
CreateAPIHandleError create APIHandleError
func CreateAPIHandleErrorFromDBError ¶
func CreateAPIHandleErrorFromDBError(msg string, err error) *APIHandleError
CreateAPIHandleErrorFromDBError from db error create APIHandleError
func CreateAPIHandleErrorf ¶
func CreateAPIHandleErrorf(code int, format string, args ...interface{}) *APIHandleError
CreateAPIHandleErrorf create handle error
func (*APIHandleError) Error ¶
func (a *APIHandleError) Error() string
func (*APIHandleError) Handle ¶
func (a *APIHandleError) Handle(r *http.Request, w http.ResponseWriter)
Handle 处理
func (*APIHandleError) String ¶
func (a *APIHandleError) String() string
Click to show internal directories.
Click to hide internal directories.