diff --git a/Notifiers.md b/Notifiers.md index 2a9e879..9a62139 100644 --- a/Notifiers.md +++ b/Notifiers.md @@ -5,6 +5,7 @@ Statup includes multiple Notifiers to alert you when your services are offline. - Must have a unique `METHOD` name - Struct must have `*Notification` pointer in it. - Must create and add your notifier variable in `init()` +- Should have a form for user to input their variables/keys. `Form: []NotificationForm{}` ## Notification Interface Statup has the `Notifier` interface which you'll need to include in your notifier. Below is the current interface.