statping-ng/notifiers/doc.go

8 lines
391 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 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
//
// More info on: https://github.com/hunterlong/statup
package notifiers