Documentation ¶
Index ¶
Constants ¶
View Source
const ( LiteMode = "1" ViewMode = "2" )
View Source
const ( // Succeeded 成功 Succeeded = iota // Warned 警告 Warned = 200000 // NoExist 对象不存在 NoExist = 200001 // Failed 失败 Failed = 500000 // IllegalParam 非法参数 IllegalParam = 500001 // InvalidAuthority 非法授权 InvalidAuthority = 500002 // Redirect 对象转移 Redirect = 500003 // UnExpected 意外错误 UnExpected = 500004 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonResult ¶ added in v1.3.29
type CommonResult struct { Result Value json.RawMessage `json:"value"` }
type CommonSliceResult ¶ added in v1.3.29
type CommonSliceResult struct { Result Total int64 `json:"total"` Value json.RawMessage `json:"values"` }
Click to show internal directories.
Click to hide internal directories.