1.3 KiB
1.3 KiB
| title | description | menu | weight | cascade | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| pagerduty package | The `pagerduty` package provides functions for sending data to PagerDuty. |
|
11 |
|
The pagerduty package provides functions for sending data to PagerDuty.
Import the pagerduty package:
import "pagerduty"
Options
option pagerduty.defaultURL = "https://events.pagerduty.com/v2/enqueue"
defaultURL
defaultURL is the default PagerDuty URL used by functions in the pagerduty package.
Functions
{{< children type="functions" show="pages" >}}