
The highest tagged major version is
v2.
package
Version:
v0.2.3
Opens a new window with list of versions in this module.
Published: Jun 17, 2020
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
JSON 标准http status code应答
JSONCustom http.StatusBadRequest式应答,自定义code码应答,一般给前端判断使用
JSONDetail http.StatusBadRequest式应答,含detail字段,调试使用
JSONs 标准http status code应答
Code custom code interface
type Response struct {
Code int `json:"code"`
Message string `json:"message,omitempty"`
Detail string `json:"detail,omitempty"`
Data interface{} `json:"data"`
}
Response 错误信息回复基本格式
Source Files
¶
Click to show internal directories.
Click to hide internal directories.