# Functions
NewGetStatus creates a new http.Handler for the get status operation.
NewGetStatusOK creates GetStatusOK with default headers values.
NewGetStatusParams creates a new GetStatusParams object
There are no default values defined in the spec.
# Constants
GetStatusOKCode is the HTTP code returned for type GetStatusOK.
# Structs
GetStatus swagger:route GET /status general getStatus
Get current status of an Alertmanager instance and its cluster
*/.
GetStatusOK Get status response
swagger:response getStatusOK
*/.
GetStatusParams contains all the bound params for the get status operation typically these are obtained from a http.Request
swagger:parameters getStatus.
GetStatusURL generates an URL for the get status operation.
# Interfaces
GetStatusHandler interface for that can handle valid get status params.
# Type aliases
GetStatusHandlerFunc turns a function with the right signature into a get status handler.