BodyNonAtomic is similar to Body method of the regular Delivery interface with the except that it allows target to reject the body only for some recipients by setting statuses using passed collector object. This interface is preferred by the LMTP endpoint and queue implementation to ensure correct
(ctx context.Context, c StatusCollector, header textproto.Header, body buffer.Buffer)
| 55 | // This interface is preferred by the LMTP endpoint and queue implementation |
| 56 | // to ensure correct handling of partial failures. |
| 57 | BodyNonAtomic(ctx context.Context, c StatusCollector, header textproto.Header, body buffer.Buffer) |
| 58 | } |
no outgoing calls
no test coverage detected