MCPcopy Create free account
hub / github.com/foxcpp/maddy / state

Struct state

internal/check/spf/spf.go:121–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121type state struct {
122 c *Check
123 msgMeta *module.MsgMetadata
124 spfFetch chan spfRes
125 log *log.Logger
126
127 skip bool
128}
129
130func (c *Check) CheckStateForMsg(ctx context.Context, msgMeta *module.MsgMetadata) (module.CheckState, error) {
131 return &state{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected