MCPcopy Create free account
hub / github.com/foxcpp/maddy / testTargetDeliveryPartial

Struct testTargetDeliveryPartial

internal/testutils/target.go:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85type testTargetDeliveryPartial struct {
86 testTargetDelivery
87}
88
89func (dt *Target) StartDelivery(ctx context.Context, msgMeta *module.MsgMetadata, mailFrom string) (module.Delivery, error) {
90 if dt.PartialBodyErr != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected