statping/notifiers/doc.go

10 lines
571 B
Go
Raw Normal View History

2018-12-04 05:57:11 +00:00
// Package notifiers holds all the notifiers for Statping, 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
2018-12-04 05:57:11 +00:00
// to see a full example of a notifier with all events, visit Statping's
2018-12-04 04:17:29 +00:00
// notifier example code: https://github.com/hunterlong/statping/wiki/Notifier-Example
//
// This package shouldn't contain any exports, to see how notifiers work
2018-12-04 04:17:29 +00:00
// visit the core/notifier package at: https://godoc.org/github.com/hunterlong/statping/core/notifier
// and learn how to create your own custom notifier.
package notifiers