package
0.1.9
Repository: https://github.com/lshaofan/go-framework.git
Documentation: pkg.go.dev

# Functions

CreateOk 创建成功.
CreateOkWithData 创建成功带返回数据.
DecodeWithError 将返回值按照解析.
DeleteOk 删除成功.
DeleteOkWithData 删除成功带返回数据.
Fail 默认错误.
FailWithMessage 带消息的错误.
NewError 创建错误.
No description provided by the author
Ok 操作成功.
OkWithMessage 带消息的操作成功.
ParamError 参数校验错误.
No description provided by the author
Success 成功返回数据.
ThrowError 抛出已知错误.
UpdateOk 更新成功.
UpdateOkWithData 更新成功带返回数据.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

CommonError 微信返回的通用错误json.
ErrorModel 错误模型.
No description provided by the author
PageList 分页数据.
Response 返回数据.