ntfy

package
v0.0.0-...-d771ed5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 29, 2026 License: MIT Imports: 10 Imported by: 0

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.

type Notifier

type Notifier struct {
	// contains filtered or unexported fields
}

Notifier is an ntfy notifier plugin instance.

func New

func New(cfg Config) *Notifier

New creates a new Notifier from the given config.

func (*Notifier) Name

func (n *Notifier) Name() string

func (*Notifier) Notify

func (n *Notifier) Notify(ctx context.Context, event plugin.NotificationEvent) error

Notify sends the event as an ntfy message.

func (*Notifier) Test

func (n *Notifier) Test(ctx context.Context) error

Test sends a test message with the "test" tag.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL