MCPcopy
hub / github.com/kopia/kopia / webhookProvider

Struct webhookProvider

notification/sender/webhook/webhook_sender.go:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17const ProviderType = "webhook"
18
19type webhookProvider struct {
20 opt Options
21}
22
23func (p *webhookProvider) Send(ctx context.Context, msg *sender.Message) error {
24 targetURL := p.opt.Endpoint

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected