2018-09-15 22:21:58 +00:00
|
|
|
// Package notifiers holds all the notifiers for Statup, which also includes
|
2018-09-28 16:17:21 +00:00
|
|
|
// user created notifiers that have been accepted in a Push Request. Read the wiki
|
|
|
|
// to see a full example of a notifier with all events, visit Statup's
|
2018-09-15 22:21:58 +00:00
|
|
|
// notifier example code: https://github.com/hunterlong/statup/wiki/Notifier-Example
|
|
|
|
//
|
2018-10-06 06:38:33 +00:00
|
|
|
// This package shouldn't contain any exports, to see how notifiers work
|
|
|
|
// visit the core/notifier package at: https://godoc.org/github.com/hunterlong/statup/core/notifier
|
|
|
|
// and learn how to create your own custom notifier.
|
2018-09-15 22:21:58 +00:00
|
|
|
package notifiers
|