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: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package gotify implements a Pilot notification plugin that sends events
to a Gotify server via its REST API.
type Config struct {
URL string `json:"url"`
Token string `json:"token"`
}
Config holds the user-supplied settings for a Gotify notifier.
Notifier is a Gotify notifier plugin instance.
New creates a new Notifier from the given config.
Notify sends the event as a Gotify message.
Test sends a low-priority test message to verify the Gotify server is reachable.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.