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

Struct dkimCheckState

internal/check/dkim/dkim.go:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104type dkimCheckState struct {
105 c *Check
106 msgMeta *module.MsgMetadata
107 log *log.Logger
108}
109
110func (d *dkimCheckState) CheckConnection(ctx context.Context) module.CheckResult {
111 return module.CheckResult{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected