Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/foxcpp/maddy
/ fieldsWrap
Struct
fieldsWrap
framework/exterrors/fields.go:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
type
fieldsWrap
struct
{
30
err error
31
fields
map
[string]
interface
{}
32
}
33
34
func
(fw fieldsWrap) Error() string {
35
return
fw.err.Error()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected