package
1.0.0-rc6
Repository: https://github.com/linuxerwang/cilium.git
Documentation: pkg.go.dev

# Functions

NewDeleteServiceID creates a new http.Handler for the delete service ID operation.
NewDeleteServiceIDFailure creates DeleteServiceIDFailure with default headers values.
NewDeleteServiceIDNotFound creates DeleteServiceIDNotFound with default headers values.
NewDeleteServiceIDOK creates DeleteServiceIDOK with default headers values.
NewDeleteServiceIDParams creates a new DeleteServiceIDParams object with the default values initialized.
NewGetService creates a new http.Handler for the get service operation.
NewGetServiceID creates a new http.Handler for the get service ID operation.
NewGetServiceIDNotFound creates GetServiceIDNotFound with default headers values.
NewGetServiceIDOK creates GetServiceIDOK with default headers values.
NewGetServiceIDParams creates a new GetServiceIDParams object with the default values initialized.
NewGetServiceOK creates GetServiceOK with default headers values.
NewGetServiceParams creates a new GetServiceParams object with the default values initialized.
NewPutServiceID creates a new http.Handler for the put service ID operation.
NewPutServiceIDCreated creates PutServiceIDCreated with default headers values.
NewPutServiceIDFailure creates PutServiceIDFailure with default headers values.
NewPutServiceIDInvalidBackend creates PutServiceIDInvalidBackend with default headers values.
NewPutServiceIDInvalidFrontend creates PutServiceIDInvalidFrontend with default headers values.
NewPutServiceIDOK creates PutServiceIDOK with default headers values.
NewPutServiceIDParams creates a new PutServiceIDParams object with the default values initialized.

# Constants

DeleteServiceIDFailureCode is the HTTP code returned for type DeleteServiceIDFailure.
DeleteServiceIDNotFoundCode is the HTTP code returned for type DeleteServiceIDNotFound.
DeleteServiceIDOKCode is the HTTP code returned for type DeleteServiceIDOK.
GetServiceIDNotFoundCode is the HTTP code returned for type GetServiceIDNotFound.
GetServiceIDOKCode is the HTTP code returned for type GetServiceIDOK.
GetServiceOKCode is the HTTP code returned for type GetServiceOK.
PutServiceIDCreatedCode is the HTTP code returned for type PutServiceIDCreated.
PutServiceIDFailureCode is the HTTP code returned for type PutServiceIDFailure.
PutServiceIDInvalidBackendCode is the HTTP code returned for type PutServiceIDInvalidBackend.
PutServiceIDInvalidFrontendCode is the HTTP code returned for type PutServiceIDInvalidFrontend.
PutServiceIDOKCode is the HTTP code returned for type PutServiceIDOK.

# Structs

DeleteServiceID swagger:route DELETE /service/{id} service deleteServiceId Delete a service */.
DeleteServiceIDFailure Service deletion failed swagger:response deleteServiceIdFailure */.
DeleteServiceIDNotFound Service not found swagger:response deleteServiceIdNotFound */.
DeleteServiceIDOK Success swagger:response deleteServiceIdOK */.
DeleteServiceIDParams contains all the bound params for the delete service ID operation typically these are obtained from a http.Request swagger:parameters DeleteServiceID.
DeleteServiceIDURL generates an URL for the delete service ID operation.
GetService swagger:route GET /service service getService Retrieve list of all services */.
GetServiceID swagger:route GET /service/{id} service getServiceId Retrieve configuration of a service */.
GetServiceIDNotFound Service not found swagger:response getServiceIdNotFound */.
GetServiceIDOK Success swagger:response getServiceIdOK */.
GetServiceIDParams contains all the bound params for the get service ID operation typically these are obtained from a http.Request swagger:parameters GetServiceID.
GetServiceIDURL generates an URL for the get service ID operation.
GetServiceOK Success swagger:response getServiceOK */.
GetServiceParams contains all the bound params for the get service operation typically these are obtained from a http.Request swagger:parameters GetService.
GetServiceURL generates an URL for the get service operation.
PutServiceID swagger:route PUT /service/{id} service putServiceId Create or update service */.
PutServiceIDCreated Created swagger:response putServiceIdCreated */.
PutServiceIDFailure Error while creating service swagger:response putServiceIdFailure */.
PutServiceIDInvalidBackend Invalid backend in service configuration swagger:response putServiceIdInvalidBackend */.
PutServiceIDInvalidFrontend Invalid frontend in service configuration swagger:response putServiceIdInvalidFrontend */.
PutServiceIDOK Updated swagger:response putServiceIdOK */.
PutServiceIDParams contains all the bound params for the put service ID operation typically these are obtained from a http.Request swagger:parameters PutServiceID.
PutServiceIDURL generates an URL for the put service ID operation.

# Interfaces

DeleteServiceIDHandler interface for that can handle valid delete service ID params.
GetServiceHandler interface for that can handle valid get service params.
GetServiceIDHandler interface for that can handle valid get service ID params.
PutServiceIDHandler interface for that can handle valid put service ID params.

# Type aliases

DeleteServiceIDHandlerFunc turns a function with the right signature into a delete service ID handler.
GetServiceHandlerFunc turns a function with the right signature into a get service handler.
GetServiceIDHandlerFunc turns a function with the right signature into a get service ID handler.
PutServiceIDHandlerFunc turns a function with the right signature into a put service ID handler.