LibnotifyNotifier is a notifier for lib-notify
| 42 | |
| 43 | // LibnotifyNotifier is a notifier for lib-notify |
| 44 | type LibnotifyNotifier struct { |
| 45 | } |
| 46 | |
| 47 | // Push implements Notifier |
| 48 | func (LibnotifyNotifier) Push(title string, text string, iconPath string) { |
nothing calls this directly
no outgoing calls
no test coverage detected