statping/notifiers/doc.go

10 lines
459 B
Go
Raw Normal View History

// Package notifiers holds all the notifiers for Statup, which also includes
// user created notifiers that have been accepted in a Push Request. Read the
// Statup notifier wiki at: https://github.com/hunterlong/statup/wiki
//
// To see a full example of a notifier with all events, visit Statup's
// notifier example code: https://github.com/hunterlong/statup/wiki/Notifier-Example
//
2018-09-28 07:22:58 +00:00
// More info on: https://github.com/hunterlong/statup
package notifiers