| 146 | } |
| 147 | |
| 148 | type state struct { |
| 149 | c *Check |
| 150 | msgMeta *module.MsgMetadata |
| 151 | log *log.Logger |
| 152 | |
| 153 | mailFrom string |
| 154 | rcpt []string |
| 155 | } |
| 156 | |
| 157 | func (c *Check) CheckStateForMsg(ctx context.Context, msgMeta *module.MsgMetadata) (module.CheckState, error) { |
| 158 | return &state{ |
nothing calls this directly
no outgoing calls
no test coverage detected