# Functions
NewGetCallHomeOptionValue creates a new http.Handler for the get call home option value operation.
NewGetCallHomeOptionValueDefault creates GetCallHomeOptionValueDefault with default headers values.
NewGetCallHomeOptionValueOK creates GetCallHomeOptionValueOK with default headers values.
NewGetCallHomeOptionValueParams creates a new GetCallHomeOptionValueParams object
There are no default values defined in the spec.
NewSetCallHomeStatus creates a new http.Handler for the set call home status operation.
NewSetCallHomeStatusDefault creates SetCallHomeStatusDefault with default headers values.
NewSetCallHomeStatusNoContent creates SetCallHomeStatusNoContent with default headers values.
NewSetCallHomeStatusParams creates a new SetCallHomeStatusParams object
There are no default values defined in the spec.
# Constants
GetCallHomeOptionValueOKCode is the HTTP code returned for type GetCallHomeOptionValueOK.
SetCallHomeStatusNoContentCode is the HTTP code returned for type SetCallHomeStatusNoContent.
# Structs
GetCallHomeOptionValue swagger:route GET /support/callhome Support getCallHomeOptionValue
Get Callhome current status
*/.
GetCallHomeOptionValueDefault Generic error response.
GetCallHomeOptionValueOK A successful response.
GetCallHomeOptionValueParams contains all the bound params for the get call home option value operation typically these are obtained from a http.Request
swagger:parameters GetCallHomeOptionValue.
GetCallHomeOptionValueURL generates an URL for the get call home option value operation.
SetCallHomeStatus swagger:route PUT /support/callhome Support setCallHomeStatus
Sets callhome status
*/.
SetCallHomeStatusDefault Generic error response.
SetCallHomeStatusNoContent A successful response.
SetCallHomeStatusParams contains all the bound params for the set call home status operation typically these are obtained from a http.Request
swagger:parameters SetCallHomeStatus.
SetCallHomeStatusURL generates an URL for the set call home status operation.
# Interfaces
GetCallHomeOptionValueHandler interface for that can handle valid get call home option value params.
SetCallHomeStatusHandler interface for that can handle valid set call home status params.
# Type aliases
GetCallHomeOptionValueHandlerFunc turns a function with the right signature into a get call home option value handler.
SetCallHomeStatusHandlerFunc turns a function with the right signature into a set call home status handler.