MCPcopy Index your code
hub / github.com/foxcpp/maddy / Target

Struct Target

internal/testutils/target.go:47–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47type 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/*
62module.Module is implemented with dummy functions for logging done by MsgPipeline code.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected