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

Struct BeepNotifier

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

BeepNotifier just emits a beep on the terminal

Source from the content-addressed store, hash-verified

22
23// BeepNotifier just emits a beep on the terminal
24type BeepNotifier struct{}
25
26// Push implements Notifier
27func (*BeepNotifier) Push(string, string, string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected