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

Struct state

internal/check/command/command.go:143–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143type state struct {
144 c *Check
145 msgMeta *module.MsgMetadata
146 log *log.Logger
147
148 mailFrom string
149 rcpts []string
150}
151
152func (c *Check) CheckStateForMsg(ctx context.Context, msgMeta *module.MsgMetadata) (module.CheckState, error) {
153 return &state{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected