statping-ng/notifiers/doc.go

10 lines
423 B
Go

// 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
//
// by Hunter Long
package notifiers