From 245d4a33d3c414515737726505ee8d6b2b66bccf Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Tue, 11 Sep 2018 19:32:10 -0700 Subject: [PATCH] Updated Notifiers (markdown) --- Notifiers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notifiers.md b/Notifiers.md index 4277680..5a23bf5 100644 --- a/Notifiers.md +++ b/Notifiers.md @@ -11,7 +11,7 @@ Statup includes multiple Notifiers to alert you when your services are offline. - Should have a form for user to input their variables/keys. `Form: []notifier.NotificationForm` ## Notifier Interface -Statup has the `Notifier` interface which you'll need to include in your notifier. Below is the current interface. +Statup has the `Notifier` interface which you'll need to include in your notifier. Statup includes many other events/triggers for your notifier, checkout Notifier Events to see all of them. ```go // Notifier interface is required to create a new Notifier type Notifier interface {