| 83 | } |
| 84 | |
| 85 | type testTargetDeliveryPartial struct { |
| 86 | testTargetDelivery |
| 87 | } |
| 88 | |
| 89 | func (dt *Target) StartDelivery(ctx context.Context, msgMeta *module.MsgMetadata, mailFrom string) (module.Delivery, error) { |
| 90 | if dt.PartialBodyErr != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected