Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/foxcpp/maddy
/ WithFields
Function
WithFields
framework/exterrors/fields.go:72–74 ·
view source on GitHub ↗
(err error, fields map[string]interface{})
Source
from the content-addressed store, hash-verified
70
}
71
72
func
WithFields(err error, fields
map
[string]
interface
{}) error {
73
return
fieldsWrap{err: err, fields: fields}
74
}
Callers
8
fetchRDNSName
Method · 0.92
wrapClientErr
Method · 0.92
RewriteBody
Method · 0.92
AddRcpt
Method · 0.92
CheckBody
Method · 0.92
CheckBody
Method · 0.92
CheckBody
Method · 0.92
apply
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected