# Functions
NewAddResult creates a new http.Handler for the add result operation.
NewAddResultBadRequest creates AddResultBadRequest with default headers values.
NewAddResultCreated creates AddResultCreated with default headers values.
NewAddResultInternalServerError creates AddResultInternalServerError with default headers values.
NewAddResultParams creates a new AddResultParams object
There are no default values defined in the spec.
# Constants
AddResultBadRequestCode is the HTTP code returned for type AddResultBadRequest.
AddResultCreatedCode is the HTTP code returned for type AddResultCreated.
AddResultInternalServerErrorCode is the HTTP code returned for type AddResultInternalServerError.
# Structs
AddResult swagger:route POST /v1/_webhooks/results webhook addResult
ACRCloud results callback
This hook is called by the ACRCloud service when it knows what song we weere playing.
AddResultBadRequest Bad Request
swagger:response addResultBadRequest
*/.
AddResultCreated Created
swagger:response addResultCreated
*/.
AddResultInternalServerError Server Error
swagger:response addResultInternalServerError
*/.
AddResultParams contains all the bound params for the add result operation typically these are obtained from a http.Request
swagger:parameters addResult.
AddResultURL generates an URL for the add result operation.
# Interfaces
AddResultHandler interface for that can handle valid add result params.
# Type aliases
AddResultHandlerFunc turns a function with the right signature into a add result handler.