package
0.28.0
Repository: https://github.com/prometheus/alertmanager.git
Documentation: pkg.go.dev

# Functions

NewGetAlertGroups creates a new http.Handler for the get alert groups operation.
NewGetAlertGroupsBadRequest creates GetAlertGroupsBadRequest with default headers values.
NewGetAlertGroupsInternalServerError creates GetAlertGroupsInternalServerError with default headers values.
NewGetAlertGroupsOK creates GetAlertGroupsOK with default headers values.
NewGetAlertGroupsParams creates a new GetAlertGroupsParams object with the default values initialized.

# Constants

GetAlertGroupsBadRequestCode is the HTTP code returned for type GetAlertGroupsBadRequest.
GetAlertGroupsInternalServerErrorCode is the HTTP code returned for type GetAlertGroupsInternalServerError.
GetAlertGroupsOKCode is the HTTP code returned for type GetAlertGroupsOK.

# Structs

GetAlertGroups swagger:route GET /alerts/groups alertgroup getAlertGroups Get a list of alert groups */.
GetAlertGroupsBadRequest Bad request swagger:response getAlertGroupsBadRequest */.
GetAlertGroupsInternalServerError Internal server error swagger:response getAlertGroupsInternalServerError */.
GetAlertGroupsOK Get alert groups response swagger:response getAlertGroupsOK */.
GetAlertGroupsParams contains all the bound params for the get alert groups operation typically these are obtained from a http.Request swagger:parameters getAlertGroups.
GetAlertGroupsURL generates an URL for the get alert groups operation.

# Interfaces

GetAlertGroupsHandler interface for that can handle valid get alert groups params.

# Type aliases

GetAlertGroupsHandlerFunc turns a function with the right signature into a get alert groups handler.