MCPcopy
hub / github.com/kopia/kopia / testSenderProvider

Struct testSenderProvider

notification/sender/testsender/test_sender.go:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58type testSenderProvider struct {
59 mu sync.Mutex
60
61 opt Options
62}
63
64func (p *testSenderProvider) Send(ctx context.Context, msg *sender.Message) error {
65 p.mu.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected