MCPcopy
hub / github.com/yusing/godoxy / Ntfy

Struct Ntfy

internal/notif/ntfy.go:13–16  ·  view source on GitHub ↗

Ntfy is a provider for ntfy. See https://docs.ntfy.sh/publish

Source from the content-addressed store, hash-verified

11//
12// See https://docs.ntfy.sh/publish
13type Ntfy struct {
14 ProviderBase
15 Topic string `json:"topic"`
16}
17
18// Validate implements the utils.CustomValidator interface.
19func (n *Ntfy) Validate() error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected