package
0.2.0-alpha
Repository: https://github.com/vmware-archive/dispatch.git
Documentation: pkg.go.dev
# Functions
NewAddBaseImage creates a new http.Handler for the add base image operation.
NewAddBaseImageBadRequest creates AddBaseImageBadRequest with default headers values.
NewAddBaseImageConflict creates AddBaseImageConflict with default headers values.
NewAddBaseImageCreated creates AddBaseImageCreated with default headers values.
NewAddBaseImageDefault creates AddBaseImageDefault with default headers values.
NewAddBaseImageForbidden creates AddBaseImageForbidden with default headers values.
NewAddBaseImageParams creates a new AddBaseImageParams object no default values defined in spec.
NewAddBaseImageUnauthorized creates AddBaseImageUnauthorized with default headers values.
NewDeleteBaseImageByName creates a new http.Handler for the delete base image by name operation.
NewDeleteBaseImageByNameBadRequest creates DeleteBaseImageByNameBadRequest with default headers values.
NewDeleteBaseImageByNameDefault creates DeleteBaseImageByNameDefault with default headers values.
NewDeleteBaseImageByNameForbidden creates DeleteBaseImageByNameForbidden with default headers values.
NewDeleteBaseImageByNameNotFound creates DeleteBaseImageByNameNotFound with default headers values.
NewDeleteBaseImageByNameOK creates DeleteBaseImageByNameOK with default headers values.
NewDeleteBaseImageByNameParams creates a new DeleteBaseImageByNameParams object no default values defined in spec.
NewDeleteBaseImageByNameUnauthorized creates DeleteBaseImageByNameUnauthorized with default headers values.
NewGetBaseImageByName creates a new http.Handler for the get base image by name operation.
NewGetBaseImageByNameBadRequest creates GetBaseImageByNameBadRequest with default headers values.
NewGetBaseImageByNameDefault creates GetBaseImageByNameDefault with default headers values.
NewGetBaseImageByNameForbidden creates GetBaseImageByNameForbidden with default headers values.
NewGetBaseImageByNameNotFound creates GetBaseImageByNameNotFound with default headers values.
NewGetBaseImageByNameOK creates GetBaseImageByNameOK with default headers values.
NewGetBaseImageByNameParams creates a new GetBaseImageByNameParams object no default values defined in spec.
NewGetBaseImageByNameUnauthorized creates GetBaseImageByNameUnauthorized with default headers values.
NewGetBaseImages creates a new http.Handler for the get base images operation.
NewGetBaseImagesDefault creates GetBaseImagesDefault with default headers values.
NewGetBaseImagesForbidden creates GetBaseImagesForbidden with default headers values.
NewGetBaseImagesOK creates GetBaseImagesOK with default headers values.
NewGetBaseImagesParams creates a new GetBaseImagesParams object no default values defined in spec.
NewGetBaseImagesUnauthorized creates GetBaseImagesUnauthorized with default headers values.
NewUpdateBaseImageByName creates a new http.Handler for the update base image by name operation.
NewUpdateBaseImageByNameBadRequest creates UpdateBaseImageByNameBadRequest with default headers values.
NewUpdateBaseImageByNameDefault creates UpdateBaseImageByNameDefault with default headers values.
NewUpdateBaseImageByNameForbidden creates UpdateBaseImageByNameForbidden with default headers values.
NewUpdateBaseImageByNameNotFound creates UpdateBaseImageByNameNotFound with default headers values.
NewUpdateBaseImageByNameOK creates UpdateBaseImageByNameOK with default headers values.
NewUpdateBaseImageByNameParams creates a new UpdateBaseImageByNameParams object no default values defined in spec.
NewUpdateBaseImageByNameUnauthorized creates UpdateBaseImageByNameUnauthorized with default headers values.
# Constants
AddBaseImageBadRequestCode is the HTTP code returned for type AddBaseImageBadRequest.
AddBaseImageConflictCode is the HTTP code returned for type AddBaseImageConflict.
AddBaseImageCreatedCode is the HTTP code returned for type AddBaseImageCreated.
AddBaseImageForbiddenCode is the HTTP code returned for type AddBaseImageForbidden.
AddBaseImageUnauthorizedCode is the HTTP code returned for type AddBaseImageUnauthorized.
DeleteBaseImageByNameBadRequestCode is the HTTP code returned for type DeleteBaseImageByNameBadRequest.
DeleteBaseImageByNameForbiddenCode is the HTTP code returned for type DeleteBaseImageByNameForbidden.
DeleteBaseImageByNameNotFoundCode is the HTTP code returned for type DeleteBaseImageByNameNotFound.
DeleteBaseImageByNameOKCode is the HTTP code returned for type DeleteBaseImageByNameOK.
DeleteBaseImageByNameUnauthorizedCode is the HTTP code returned for type DeleteBaseImageByNameUnauthorized.
GetBaseImageByNameBadRequestCode is the HTTP code returned for type GetBaseImageByNameBadRequest.
GetBaseImageByNameForbiddenCode is the HTTP code returned for type GetBaseImageByNameForbidden.
GetBaseImageByNameNotFoundCode is the HTTP code returned for type GetBaseImageByNameNotFound.
GetBaseImageByNameOKCode is the HTTP code returned for type GetBaseImageByNameOK.
GetBaseImageByNameUnauthorizedCode is the HTTP code returned for type GetBaseImageByNameUnauthorized.
GetBaseImagesForbiddenCode is the HTTP code returned for type GetBaseImagesForbidden.
GetBaseImagesOKCode is the HTTP code returned for type GetBaseImagesOK.
GetBaseImagesUnauthorizedCode is the HTTP code returned for type GetBaseImagesUnauthorized.
UpdateBaseImageByNameBadRequestCode is the HTTP code returned for type UpdateBaseImageByNameBadRequest.
UpdateBaseImageByNameForbiddenCode is the HTTP code returned for type UpdateBaseImageByNameForbidden.
UpdateBaseImageByNameNotFoundCode is the HTTP code returned for type UpdateBaseImageByNameNotFound.
UpdateBaseImageByNameOKCode is the HTTP code returned for type UpdateBaseImageByNameOK.
UpdateBaseImageByNameUnauthorizedCode is the HTTP code returned for type UpdateBaseImageByNameUnauthorized.
# Structs
AddBaseImage swagger:route POST /baseimage baseImage addBaseImage
Add a new base image
*/.
AddBaseImageBadRequest Invalid input
swagger:response addBaseImageBadRequest
*/.
AddBaseImageConflict Already Exists
swagger:response addBaseImageConflict
*/.
AddBaseImageCreated created
swagger:response addBaseImageCreated
*/.
AddBaseImageDefault Generic error response
swagger:response addBaseImageDefault
*/.
AddBaseImageForbidden access to this resource is forbidden
swagger:response addBaseImageForbidden
*/.
AddBaseImageParams contains all the bound params for the add base image operation typically these are obtained from a http.Request
swagger:parameters addBaseImage.
AddBaseImageUnauthorized Unauthorized Request
swagger:response addBaseImageUnauthorized
*/.
AddBaseImageURL generates an URL for the add base image operation.
DeleteBaseImageByName swagger:route DELETE /baseimage/{baseImageName} baseImage deleteBaseImageByName
Deletes a base image
*/.
DeleteBaseImageByNameBadRequest Invalid ID supplied
swagger:response deleteBaseImageByNameBadRequest
*/.
DeleteBaseImageByNameDefault Generic error response
swagger:response deleteBaseImageByNameDefault
*/.
DeleteBaseImageByNameForbidden access to this resource is forbidden
swagger:response deleteBaseImageByNameForbidden
*/.
DeleteBaseImageByNameNotFound Base image not found
swagger:response deleteBaseImageByNameNotFound
*/.
DeleteBaseImageByNameOK successful operation
swagger:response deleteBaseImageByNameOK
*/.
DeleteBaseImageByNameParams contains all the bound params for the delete base image by name operation typically these are obtained from a http.Request
swagger:parameters deleteBaseImageByName.
DeleteBaseImageByNameUnauthorized Unauthorized Request
swagger:response deleteBaseImageByNameUnauthorized
*/.
DeleteBaseImageByNameURL generates an URL for the delete base image by name operation.
GetBaseImageByName swagger:route GET /baseimage/{baseImageName} baseImage getBaseImageByName
Find base image by Name
Returns a single base image
*/.
GetBaseImageByNameBadRequest Invalid ID supplied
swagger:response getBaseImageByNameBadRequest
*/.
GetBaseImageByNameDefault Generic error response
swagger:response getBaseImageByNameDefault
*/.
GetBaseImageByNameForbidden access to this resource is forbidden
swagger:response getBaseImageByNameForbidden
*/.
GetBaseImageByNameNotFound Base image not found
swagger:response getBaseImageByNameNotFound
*/.
GetBaseImageByNameOK successful operation
swagger:response getBaseImageByNameOK
*/.
GetBaseImageByNameParams contains all the bound params for the get base image by name operation typically these are obtained from a http.Request
swagger:parameters getBaseImageByName.
GetBaseImageByNameUnauthorized Unauthorized Request
swagger:response getBaseImageByNameUnauthorized
*/.
GetBaseImageByNameURL generates an URL for the get base image by name operation.
GetBaseImages swagger:route GET /baseimage baseImage getBaseImages
List all existing base images
*/.
GetBaseImagesDefault Generic error response
swagger:response getBaseImagesDefault
*/.
GetBaseImagesForbidden access to this resource is forbidden
swagger:response getBaseImagesForbidden
*/.
GetBaseImagesOK successful operation
swagger:response getBaseImagesOK
*/.
GetBaseImagesParams contains all the bound params for the get base images operation typically these are obtained from a http.Request
swagger:parameters getBaseImages.
GetBaseImagesUnauthorized Unauthorized Request
swagger:response getBaseImagesUnauthorized
*/.
GetBaseImagesURL generates an URL for the get base images operation.
UpdateBaseImageByName swagger:route PUT /baseimage/{baseImageName} baseImage updateBaseImageByName
Updates a base image
*/.
UpdateBaseImageByNameBadRequest Invalid input
swagger:response updateBaseImageByNameBadRequest
*/.
UpdateBaseImageByNameDefault Generic error response
swagger:response updateBaseImageByNameDefault
*/.
UpdateBaseImageByNameForbidden access to this resource is forbidden
swagger:response updateBaseImageByNameForbidden
*/.
UpdateBaseImageByNameNotFound Image not found
swagger:response updateBaseImageByNameNotFound
*/.
UpdateBaseImageByNameOK successful operation
swagger:response updateBaseImageByNameOK
*/.
UpdateBaseImageByNameParams contains all the bound params for the update base image by name operation typically these are obtained from a http.Request
swagger:parameters updateBaseImageByName.
UpdateBaseImageByNameUnauthorized Unauthorized Request
swagger:response updateBaseImageByNameUnauthorized
*/.
UpdateBaseImageByNameURL generates an URL for the update base image by name operation.
# Interfaces
AddBaseImageHandler interface for that can handle valid add base image params.
DeleteBaseImageByNameHandler interface for that can handle valid delete base image by name params.
GetBaseImageByNameHandler interface for that can handle valid get base image by name params.
GetBaseImagesHandler interface for that can handle valid get base images params.
UpdateBaseImageByNameHandler interface for that can handle valid update base image by name params.
# Type aliases
AddBaseImageHandlerFunc turns a function with the right signature into a add base image handler.
DeleteBaseImageByNameHandlerFunc turns a function with the right signature into a delete base image by name handler.
GetBaseImageByNameHandlerFunc turns a function with the right signature into a get base image by name handler.
GetBaseImagesHandlerFunc turns a function with the right signature into a get base images handler.
UpdateBaseImageByNameHandlerFunc turns a function with the right signature into a update base image by name handler.