MCPcopy 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
72func WithFields(err error, fields map[string]interface{}) error {
73 return fieldsWrap{err: err, fields: fields}
74}

Callers 8

fetchRDNSNameMethod · 0.92
wrapClientErrMethod · 0.92
RewriteBodyMethod · 0.92
AddRcptMethod · 0.92
CheckBodyMethod · 0.92
CheckBodyMethod · 0.92
CheckBodyMethod · 0.92
applyMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected