Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meng-Xin/take-out
/ GetCode
Method
GetCode
common/retcode/retcode.go:14–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
// ErrorCodeGetter 错误接口:用于提取错误码
13
type
ErrorCodeGetter
interface
{
14
GetCode() int
15
}
16
17
// Error 通用错误结构体
Callers
1
GetErrCode
Function · 0.65
Implementers
1
Error
common/retcode/retcode.go
Calls
no outgoing calls
Tested by
no test coverage detected