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