summaryrefslogtreecommitdiff
path: root/notify/notify_other.go
diff options
context:
space:
mode:
Diffstat (limited to 'notify/notify_other.go')
-rw-r--r--notify/notify_other.go8
1 files changed, 5 insertions, 3 deletions
diff --git a/notify/notify_other.go b/notify/notify_other.go
index 7fc618b..dbe9bdb 100644
--- a/notify/notify_other.go
+++ b/notify/notify_other.go
@@ -16,6 +16,8 @@
package notify
-func notifyReadiness() error { return nil }
-func notifyReloading() error { return nil }
-func notifyStopping() error { return nil }
+func Ready() error { return nil }
+func Reloading() error { return nil }
+func Stopping() error { return nil }
+func Status(_ string) error { return nil }
+func Error(_ error, _ int) error { return nil }