diff --git a/agent/notify/unimplemented.go b/agent/notify/unimplemented.go index 889525c..d08ff47 100644 --- a/agent/notify/unimplemented.go +++ b/agent/notify/unimplemented.go @@ -2,7 +2,7 @@ package notify -func Notify(title string, body string) error { +func Notify(title string, body string, actionName string, onclose func()) error { // no notifications on windows or darwin return nil }