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