| 119 | } |
| 120 | |
| 121 | type state struct { |
| 122 | c *Check |
| 123 | msgMeta *module.MsgMetadata |
| 124 | spfFetch chan spfRes |
| 125 | log *log.Logger |
| 126 | |
| 127 | skip bool |
| 128 | } |
| 129 | |
| 130 | func (c *Check) CheckStateForMsg(ctx context.Context, msgMeta *module.MsgMetadata) (module.CheckState, error) { |
| 131 | return &state{ |
nothing calls this directly
no outgoing calls
no test coverage detected