MCPcopy
hub / github.com/cortesi/modd / Notifier

Interface Notifier

notify/notify.go:19–21  ·  view source on GitHub ↗

A Notifier notifies

Source from the content-addressed store, hash-verified

17
18// A Notifier notifies
19type Notifier interface {
20 Push(title string, content string, icon string)
21}
22
23// BeepNotifier just emits a beep on the terminal
24type BeepNotifier struct{}

Callers 1

RunPrepsFunction · 0.65

Implementers 3

BeepNotifiernotify/notify.go
GrowlNotifiernotify/notify.go
LibnotifyNotifiernotify/notify.go

Calls

no outgoing calls

Tested by

no test coverage detected