package
1.0.1
Repository: https://github.com/broadinstitute/revere.git
Documentation: pkg.go.dev

# Functions

Client within the statuspage package contains Resty config specific to interacting with statuspage.io.
DeleteComponent deletes an existing component on the remote page by the component's ID, not name.
DeleteGroup deletes an existing group on the remote page by the group's ID, not name.
GetComponents provides a slice of all components (NOT groups) on the remote page.
GetGroups provides a slice of all groups on the remote page.
PatchComponent updates an existing component on the remote page by the component's ID, not name.
PatchComponentStatus updates an existing component's status only.
PatchGroup updates an existing group on the remote page by the group's ID, not name.
PostComponent creates a new component on the remote page.
PostGroup creates a new group on the remote page.