| 102 | } |
| 103 | |
| 104 | type dkimCheckState struct { |
| 105 | c *Check |
| 106 | msgMeta *module.MsgMetadata |
| 107 | log *log.Logger |
| 108 | } |
| 109 | |
| 110 | func (d *dkimCheckState) CheckConnection(ctx context.Context) module.CheckResult { |
| 111 | return module.CheckResult{} |
nothing calls this directly
no outgoing calls
no test coverage detected