MCPcopy
hub / github.com/kopia/kopia / pushoverProvider

Struct pushoverProvider

notification/sender/pushover/pushover_sender.go:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20const defaultPushoverURL = "https://api.pushover.net/1/messages.json"
21
22type pushoverProvider struct {
23 opt Options
24}
25
26func (p *pushoverProvider) Send(ctx context.Context, msg *sender.Message) error {
27 payload := map[string]string{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected