Documentation
¶
Overview ¶
Package notify provides cross-platform OS-level desktop notifications.
It detects the current operating system and uses the appropriate notification tool (osascript on macOS, notify-send on Linux, PowerShell on Windows). When no notification tool is available, it returns a no-op notifier.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoopNotifier ¶
type NoopNotifier struct{}
NoopNotifier does nothing when Notify is called.
func (NoopNotifier) Notify ¶
func (NoopNotifier) Notify(title, message string) error
Click to show internal directories.
Click to hide internal directories.