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

Function DoTestDeliveryErr

internal/testutils/target.go:259–261  ·  view source on GitHub ↗
(t *testing.T, tgt module.DeliveryTarget, from string, to []string)

Source from the content-addressed store, hash-verified

257 "foobar\r\n"
258
259func DoTestDeliveryErr(t *testing.T, tgt module.DeliveryTarget, from string, to []string) (string, error) {
260 return DoTestDeliveryErrMeta(t, tgt, from, to, &module.MsgMetadata{})
261}
262
263func DoTestDeliveryErrMeta(t *testing.T, tgt module.DeliveryTarget, from string, to []string, msgMeta *module.MsgMetadata) (string, error) {
264 t.Helper()

Calls 1

DoTestDeliveryErrMetaFunction · 0.85