Documentation
¶
Overview ¶
Package ntfy implements a Pilot notification plugin that sends events to an ntfy server (ntfy.sh or self-hosted).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
URL string `json:"url"`
Topic string `json:"topic"`
Token string `json:"token,omitempty"`
Priority int `json:"priority,omitempty"`
}
Config holds the user-supplied settings for an ntfy notifier.
Click to show internal directories.
Click to hide internal directories.