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

Struct LibnotifyNotifier

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

LibnotifyNotifier is a notifier for lib-notify

Source from the content-addressed store, hash-verified

42
43// LibnotifyNotifier is a notifier for lib-notify
44type LibnotifyNotifier struct {
45}
46
47// Push implements Notifier
48func (LibnotifyNotifier) Push(title string, text string, iconPath string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected