BeepNotifier just emits a beep on the terminal
| 22 | |
| 23 | // BeepNotifier just emits a beep on the terminal |
| 24 | type BeepNotifier struct{} |
| 25 | |
| 26 | // Push implements Notifier |
| 27 | func (*BeepNotifier) Push(string, string, string) { |
nothing calls this directly
no outgoing calls
no test coverage detected