| 462 | } |
| 463 | |
| 464 | type state struct { |
| 465 | bl *DNSBL |
| 466 | msgMeta *module.MsgMetadata |
| 467 | log *log.Logger |
| 468 | } |
| 469 | |
| 470 | func (bl *DNSBL) CheckStateForMsg(ctx context.Context, msgMeta *module.MsgMetadata) (module.CheckState, error) { |
| 471 | return &state{ |
nothing calls this directly
no outgoing calls
no test coverage detected