MCPcopy 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 错误接口:用于提取错误码
13type ErrorCodeGetter interface {
14 GetCode() int
15}
16
17// Error 通用错误结构体

Callers 1

GetErrCodeFunction · 0.65

Implementers 1

Errorcommon/retcode/retcode.go

Calls

no outgoing calls

Tested by

no test coverage detected