Documentation
¶
Overview ¶
Package notify provides notification delivery mechanisms.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ShoutrrrNotifier ¶
type ShoutrrrNotifier struct {
Sender *router.ServiceRouter
}
ShoutrrrNotifier implements Notifier using a shoutrrr ServiceRouter.
func NewShoutrrrNotifier ¶
func NewShoutrrrNotifier(sender *router.ServiceRouter) *ShoutrrrNotifier
NewShoutrrrNotifier creates a new ShoutrrrNotifier.
func (*ShoutrrrNotifier) NotifyMessage ¶ added in v0.0.4
func (n *ShoutrrrNotifier) NotifyMessage(msg string) error
NotifyMessage sends a raw notification message.
Click to show internal directories.
Click to hide internal directories.