Documentation
¶
Overview ¶
Code generated by goal-cli. DO NOT EDIT. versions:
goal-cli v0.5.24 go go1.23.2
updated_at: 2024-10-09 19:07:27 source: pro/common.proto
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Code ¶
type Code int
const ( // CodeSuccess // @msg:成功 CodeSuccess Code = 0 // CodeParseReqErr // @msg:参数解析失败 CodeParseReqErr Code = 10400 // @msg:未登录 CodeUnauthorized Code = 10401 // CodeForbidden // @msg:没有权限 CodeForbidden Code = 100403 // CodeNotFound // @msg:找不到 CodeNotFound Code = 100404 // CodeBizErr // @msg:业务错误 CodeBizErr Code = 10201 CodeUnknown Code = -1000 )
func ParseCodeFromString ¶
Click to show internal directories.
Click to hide internal directories.