# Functions
NewGetReceivers creates a new http.Handler for the get receivers operation.
NewGetReceiversOK creates GetReceiversOK with default headers values.
NewGetReceiversParams creates a new GetReceiversParams object
There are no default values defined in the spec.
# Constants
GetReceiversOKCode is the HTTP code returned for type GetReceiversOK.
# Structs
GetReceivers swagger:route GET /receivers receiver getReceivers
Get list of all receivers (name of notification integrations)
*/.
GetReceiversOK Get receivers response
swagger:response getReceiversOK
*/.
GetReceiversParams contains all the bound params for the get receivers operation typically these are obtained from a http.Request
swagger:parameters getReceivers.
GetReceiversURL generates an URL for the get receivers operation.
# Interfaces
GetReceiversHandler interface for that can handle valid get receivers params.
# Type aliases
GetReceiversHandlerFunc turns a function with the right signature into a get receivers handler.