Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BeepDecorator ¶
type BeepDecorator struct {
Title string
}
func (BeepDecorator) Notify ¶
func (b BeepDecorator) Notify(message string, v ...any)
type NullNotifier ¶
type NullNotifier struct{}
func (NullNotifier) Notify ¶
func (n NullNotifier) Notify(string, ...any)
Click to show internal directories.
Click to hide internal directories.