# Functions
NewDeleteRecorderID creates a new http.Handler for the delete recorder ID operation.
NewDeleteRecorderIDFailure creates DeleteRecorderIDFailure with default headers values.
NewDeleteRecorderIDForbidden creates DeleteRecorderIDForbidden with default headers values.
NewDeleteRecorderIDNotFound creates DeleteRecorderIDNotFound with default headers values.
NewDeleteRecorderIDOK creates DeleteRecorderIDOK with default headers values.
NewDeleteRecorderIDParams creates a new DeleteRecorderIDParams object
There are no default values defined in the spec.
NewGetRecorder creates a new http.Handler for the get recorder operation.
NewGetRecorderID creates a new http.Handler for the get recorder ID operation.
NewGetRecorderIDNotFound creates GetRecorderIDNotFound with default headers values.
NewGetRecorderIDOK creates GetRecorderIDOK with default headers values.
NewGetRecorderIDParams creates a new GetRecorderIDParams object
There are no default values defined in the spec.
NewGetRecorderMasks creates a new http.Handler for the get recorder masks operation.
NewGetRecorderMasksOK creates GetRecorderMasksOK with default headers values.
NewGetRecorderMasksParams creates a new GetRecorderMasksParams object
There are no default values defined in the spec.
NewGetRecorderOK creates GetRecorderOK with default headers values.
NewGetRecorderParams creates a new GetRecorderParams object
There are no default values defined in the spec.
NewPutRecorderID creates a new http.Handler for the put recorder ID operation.
NewPutRecorderIDCreated creates PutRecorderIDCreated with default headers values.
NewPutRecorderIDFailure creates PutRecorderIDFailure with default headers values.
NewPutRecorderIDForbidden creates PutRecorderIDForbidden with default headers values.
NewPutRecorderIDOK creates PutRecorderIDOK with default headers values.
NewPutRecorderIDParams creates a new PutRecorderIDParams object
There are no default values defined in the spec.
# Constants
DeleteRecorderIDFailureCode is the HTTP code returned for type DeleteRecorderIDFailure.
DeleteRecorderIDForbiddenCode is the HTTP code returned for type DeleteRecorderIDForbidden.
DeleteRecorderIDNotFoundCode is the HTTP code returned for type DeleteRecorderIDNotFound.
DeleteRecorderIDOKCode is the HTTP code returned for type DeleteRecorderIDOK.
GetRecorderIDNotFoundCode is the HTTP code returned for type GetRecorderIDNotFound.
GetRecorderIDOKCode is the HTTP code returned for type GetRecorderIDOK.
GetRecorderMasksOKCode is the HTTP code returned for type GetRecorderMasksOK.
GetRecorderOKCode is the HTTP code returned for type GetRecorderOK.
PutRecorderIDCreatedCode is the HTTP code returned for type PutRecorderIDCreated.
PutRecorderIDFailureCode is the HTTP code returned for type PutRecorderIDFailure.
PutRecorderIDForbiddenCode is the HTTP code returned for type PutRecorderIDForbidden.
PutRecorderIDOKCode is the HTTP code returned for type PutRecorderIDOK.
# Structs
DeleteRecorderID swagger:route DELETE /recorder/{id} recorder deleteRecorderId
Delete a recorder
*/.
DeleteRecorderIDFailure Recorder deletion failed
swagger:response deleteRecorderIdFailure
*/.
DeleteRecorderIDForbidden Forbidden
swagger:response deleteRecorderIdForbidden
*/.
DeleteRecorderIDNotFound Recorder not found
swagger:response deleteRecorderIdNotFound
*/.
DeleteRecorderIDOK Success
swagger:response deleteRecorderIdOK
*/.
DeleteRecorderIDParams contains all the bound params for the delete recorder ID operation typically these are obtained from a http.Request
swagger:parameters DeleteRecorderID.
GetRecorder swagger:route GET /recorder recorder getRecorder
Retrieve list of all recorders
*/.
GetRecorderID swagger:route GET /recorder/{id} recorder getRecorderId
Retrieve configuration of a recorder
*/.
GetRecorderIDNotFound Recorder not found
swagger:response getRecorderIdNotFound
*/.
GetRecorderIDOK Success
swagger:response getRecorderIdOK
*/.
GetRecorderIDParams contains all the bound params for the get recorder ID operation typically these are obtained from a http.Request
swagger:parameters GetRecorderID.
GetRecorderMasks swagger:route GET /recorder/masks recorder getRecorderMasks
Retrieve list of all recorder masks
*/.
GetRecorderMasksOK Success
swagger:response getRecorderMasksOK
*/.
GetRecorderMasksParams contains all the bound params for the get recorder masks operation typically these are obtained from a http.Request
swagger:parameters GetRecorderMasks.
GetRecorderOK Success
swagger:response getRecorderOK
*/.
GetRecorderParams contains all the bound params for the get recorder operation typically these are obtained from a http.Request
swagger:parameters GetRecorder.
PutRecorderID swagger:route PUT /recorder/{id} recorder putRecorderId
Create or update recorder
*/.
PutRecorderIDCreated Created
swagger:response putRecorderIdCreated
*/.
PutRecorderIDFailure Error while creating recorder
swagger:response putRecorderIdFailure
*/.
PutRecorderIDForbidden Forbidden
swagger:response putRecorderIdForbidden
*/.
PutRecorderIDOK Updated
swagger:response putRecorderIdOK
*/.
PutRecorderIDParams contains all the bound params for the put recorder ID operation typically these are obtained from a http.Request
swagger:parameters PutRecorderID.
# Interfaces
DeleteRecorderIDHandler interface for that can handle valid delete recorder ID params.
GetRecorderHandler interface for that can handle valid get recorder params.
GetRecorderIDHandler interface for that can handle valid get recorder ID params.
GetRecorderMasksHandler interface for that can handle valid get recorder masks params.
PutRecorderIDHandler interface for that can handle valid put recorder ID params.
# Type aliases
DeleteRecorderIDHandlerFunc turns a function with the right signature into a delete recorder ID handler.
GetRecorderHandlerFunc turns a function with the right signature into a get recorder handler.
GetRecorderIDHandlerFunc turns a function with the right signature into a get recorder ID handler.
GetRecorderMasksHandlerFunc turns a function with the right signature into a get recorder masks handler.
PutRecorderIDHandlerFunc turns a function with the right signature into a put recorder ID handler.