MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / AuthVerdict

TypeAlias AuthVerdict

internal/httpapi/messages.go:255–255  ·  view source on GitHub ↗

AuthVerdict is the wire schema for the structured inbound auth verdict (MSG-11) — a clean public name for emailauth.Result (the trust primitive the inbound policy enforces on). Identical shape; converted via authVerdict().

Source from the content-addressed store, hash-verified

253// (MSG-11) — a clean public name for emailauth.Result (the trust primitive the
254// inbound policy enforces on). Identical shape; converted via authVerdict().
255type AuthVerdict emailauth.Result
256
257// authVerdict converts the domain verdict to its wire view (nil-safe).
258func authVerdict(r *emailauth.Result) *AuthVerdict {

Callers 1

authVerdictFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected