| 45 | } |
| 46 | |
| 47 | type Target struct { |
| 48 | Messages []Msg |
| 49 | DiscardMessages bool |
| 50 | |
| 51 | StartErr error |
| 52 | RcptErr map[string]error |
| 53 | BodyErr error |
| 54 | PartialBodyErr map[string]error |
| 55 | AbortErr error |
| 56 | CommitErr error |
| 57 | |
| 58 | InstName string |
| 59 | } |
| 60 | |
| 61 | /* |
| 62 | module.Module is implemented with dummy functions for logging done by MsgPipeline code. |
nothing calls this directly
no outgoing calls
no test coverage detected