package
Version:
v0.0.0-...-e14edc6
Opens a new window with list of versions in this module.
Published: Jun 5, 2026
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package pushover implements a Pilot notification plugin that sends events
via the Pushover API.
type Config struct {
APIToken string `json:"api_token"`
UserKey string `json:"user_key"`
}
Config holds the user-supplied settings for a Pushover notifier.
Notifier is a Pushover notifier plugin instance.
New creates a new Notifier from the given config.
Notify sends the event as a Pushover notification.
Test validates the API token and user key via the Pushover validate endpoint.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.