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

Struct state

internal/modify/dkim/dkim.go:255–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255type state struct {
256 m *Modifier
257 meta *module.MsgMetadata
258 from string
259 log *log.Logger
260}
261
262func (m *Modifier) ModStateForMsg(ctx context.Context, msgMeta *module.MsgMetadata) (module.ModifierState, error) {
263 return &state{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected