mirror of https://github.com/statping/statping
docs
parent
15c6e02e46
commit
9acdd4637a
|
@ -10,10 +10,9 @@
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// var example = &ExampleNotifier{&Notification{
|
// var example = &ExampleNotifier{&Notification{
|
||||||
// Method: METHOD,
|
// Method: "example",
|
||||||
// Host: "http://exmaplehost.com",
|
// Title: "Example Notifier",
|
||||||
// Title: "Example",
|
// Description: "This is an example of a notifier for Statup!",
|
||||||
// Description: "Example Notifier",
|
|
||||||
// Author: "Hunter Long",
|
// Author: "Hunter Long",
|
||||||
// AuthorUrl: "https://github.com/hunterlong",
|
// AuthorUrl: "https://github.com/hunterlong",
|
||||||
// Delay: time.Duration(3 * time.Second),
|
// Delay: time.Duration(3 * time.Second),
|
||||||
|
|
Loading…
Reference in New Issue