Ntfy is a provider for ntfy. See https://docs.ntfy.sh/publish
| 11 | // |
| 12 | // See https://docs.ntfy.sh/publish |
| 13 | type Ntfy struct { |
| 14 | ProviderBase |
| 15 | Topic string `json:"topic"` |
| 16 | } |
| 17 | |
| 18 | // Validate implements the utils.CustomValidator interface. |
| 19 | func (n *Ntfy) Validate() error { |
nothing calls this directly
no outgoing calls
no test coverage detected