package
0.0.0-20220508075453-acbd0ad6c247
Repository: https://github.com/ez-deploy/ezdeploy.git
Documentation: pkg.go.dev

# Functions

NewCreateService creates a new http.Handler for the create service operation.
NewCreateServiceConflict creates CreateServiceConflict with default headers values.
NewCreateServiceCreated creates CreateServiceCreated with default headers values.
NewCreateServiceForbidden creates CreateServiceForbidden with default headers values.
NewCreateServiceInternalServerError creates CreateServiceInternalServerError with default headers values.
NewCreateServiceParams creates a new CreateServiceParams object There are no default values defined in the spec.
NewCreateServiceVersion creates a new http.Handler for the create service version operation.
NewCreateServiceVersionConflict creates CreateServiceVersionConflict with default headers values.
NewCreateServiceVersionCreated creates CreateServiceVersionCreated with default headers values.
NewCreateServiceVersionForbidden creates CreateServiceVersionForbidden with default headers values.
NewCreateServiceVersionInternalServerError creates CreateServiceVersionInternalServerError with default headers values.
NewCreateServiceVersionParams creates a new CreateServiceVersionParams object There are no default values defined in the spec.
NewDeleteService creates a new http.Handler for the delete service operation.
NewDeleteServiceForbidden creates DeleteServiceForbidden with default headers values.
NewDeleteServiceInternalServerError creates DeleteServiceInternalServerError with default headers values.
NewDeleteServiceOK creates DeleteServiceOK with default headers values.
NewDeleteServiceParams creates a new DeleteServiceParams object There are no default values defined in the spec.
NewGetServiceVersion creates a new http.Handler for the get service version operation.
NewGetServiceVersionForbidden creates GetServiceVersionForbidden with default headers values.
NewGetServiceVersionInternalServerError creates GetServiceVersionInternalServerError with default headers values.
NewGetServiceVersionOK creates GetServiceVersionOK with default headers values.
NewGetServiceVersionParams creates a new GetServiceVersionParams object There are no default values defined in the spec.
NewListService creates a new http.Handler for the list service operation.
NewListServiceForbidden creates ListServiceForbidden with default headers values.
NewListServiceInternalServerError creates ListServiceInternalServerError with default headers values.
NewListServiceOK creates ListServiceOK with default headers values.
NewListServiceParams creates a new ListServiceParams object There are no default values defined in the spec.
NewListServicePod creates a new http.Handler for the list service pod operation.
NewListServicePodForbidden creates ListServicePodForbidden with default headers values.
NewListServicePodInternalServerError creates ListServicePodInternalServerError with default headers values.
NewListServicePodOK creates ListServicePodOK with default headers values.
NewListServicePodParams creates a new ListServicePodParams object There are no default values defined in the spec.
NewListServiceVersion creates a new http.Handler for the list service version operation.
NewListServiceVersionForbidden creates ListServiceVersionForbidden with default headers values.
NewListServiceVersionInternalServerError creates ListServiceVersionInternalServerError with default headers values.
NewListServiceVersionOK creates ListServiceVersionOK with default headers values.
NewListServiceVersionParams creates a new ListServiceVersionParams object There are no default values defined in the spec.
NewUpdateServiceDescription creates a new http.Handler for the update service description operation.
NewUpdateServiceDescriptionForbidden creates UpdateServiceDescriptionForbidden with default headers values.
NewUpdateServiceDescriptionInternalServerError creates UpdateServiceDescriptionInternalServerError with default headers values.
NewUpdateServiceDescriptionOK creates UpdateServiceDescriptionOK with default headers values.
NewUpdateServiceDescriptionParams creates a new UpdateServiceDescriptionParams object There are no default values defined in the spec.
NewUpdateServiceVersion creates a new http.Handler for the update service version operation.
NewUpdateServiceVersionForbidden creates UpdateServiceVersionForbidden with default headers values.
NewUpdateServiceVersionInternalServerError creates UpdateServiceVersionInternalServerError with default headers values.
NewUpdateServiceVersionOK creates UpdateServiceVersionOK with default headers values.
NewUpdateServiceVersionParams creates a new UpdateServiceVersionParams object There are no default values defined in the spec.

# Constants

CreateServiceConflictCode is the HTTP code returned for type CreateServiceConflict.
CreateServiceCreatedCode is the HTTP code returned for type CreateServiceCreated.
CreateServiceForbiddenCode is the HTTP code returned for type CreateServiceForbidden.
CreateServiceInternalServerErrorCode is the HTTP code returned for type CreateServiceInternalServerError.
CreateServiceVersionConflictCode is the HTTP code returned for type CreateServiceVersionConflict.
CreateServiceVersionCreatedCode is the HTTP code returned for type CreateServiceVersionCreated.
CreateServiceVersionForbiddenCode is the HTTP code returned for type CreateServiceVersionForbidden.
CreateServiceVersionInternalServerErrorCode is the HTTP code returned for type CreateServiceVersionInternalServerError.
DeleteServiceForbiddenCode is the HTTP code returned for type DeleteServiceForbidden.
DeleteServiceInternalServerErrorCode is the HTTP code returned for type DeleteServiceInternalServerError.
DeleteServiceOKCode is the HTTP code returned for type DeleteServiceOK.
GetServiceVersionForbiddenCode is the HTTP code returned for type GetServiceVersionForbidden.
GetServiceVersionInternalServerErrorCode is the HTTP code returned for type GetServiceVersionInternalServerError.
GetServiceVersionOKCode is the HTTP code returned for type GetServiceVersionOK.
ListServiceForbiddenCode is the HTTP code returned for type ListServiceForbidden.
ListServiceInternalServerErrorCode is the HTTP code returned for type ListServiceInternalServerError.
ListServiceOKCode is the HTTP code returned for type ListServiceOK.
ListServicePodForbiddenCode is the HTTP code returned for type ListServicePodForbidden.
ListServicePodInternalServerErrorCode is the HTTP code returned for type ListServicePodInternalServerError.
ListServicePodOKCode is the HTTP code returned for type ListServicePodOK.
ListServiceVersionForbiddenCode is the HTTP code returned for type ListServiceVersionForbidden.
ListServiceVersionInternalServerErrorCode is the HTTP code returned for type ListServiceVersionInternalServerError.
ListServiceVersionOKCode is the HTTP code returned for type ListServiceVersionOK.
UpdateServiceDescriptionForbiddenCode is the HTTP code returned for type UpdateServiceDescriptionForbidden.
UpdateServiceDescriptionInternalServerErrorCode is the HTTP code returned for type UpdateServiceDescriptionInternalServerError.
UpdateServiceDescriptionOKCode is the HTTP code returned for type UpdateServiceDescriptionOK.
UpdateServiceVersionForbiddenCode is the HTTP code returned for type UpdateServiceVersionForbidden.
UpdateServiceVersionInternalServerErrorCode is the HTTP code returned for type UpdateServiceVersionInternalServerError.
UpdateServiceVersionOKCode is the HTTP code returned for type UpdateServiceVersionOK.

# Structs

CreateService swagger:route POST /service/create Service createService Create Service */.
CreateServiceConflict Create Service Failed, cause service exist swagger:response createServiceConflict */.
CreateServiceCreated Create Service Success, return service info.
CreateServiceForbidden Create Service Failed, cause do not have permisssion swagger:response createServiceForbidden */.
CreateServiceInternalServerError Server Error swagger:response createServiceInternalServerError */.
CreateServiceParams contains all the bound params for the create service operation typically these are obtained from a http.Request swagger:parameters CreateService.
CreateServiceURL generates an URL for the create service operation.
CreateServiceVersion swagger:route POST /service/version/create Service createServiceVersion Create Service Version */.
CreateServiceVersionConflict Create Service Version Failed, cause service version exist swagger:response createServiceVersionConflict */.
CreateServiceVersionCreated Create Service Version Success, return service version info.
CreateServiceVersionForbidden Create Service Version Failed, cause do not have permisssion swagger:response createServiceVersionForbidden */.
CreateServiceVersionInternalServerError Server Error swagger:response createServiceVersionInternalServerError */.
CreateServiceVersionParams contains all the bound params for the create service version operation typically these are obtained from a http.Request swagger:parameters CreateServiceVersion.
CreateServiceVersionURL generates an URL for the create service version operation.
DeleteService swagger:route DELETE /service/delete Service deleteService Delete Service */.
DeleteServiceForbidden Delete Service Failed, cause do not have permisssion swagger:response deleteServiceForbidden */.
DeleteServiceInternalServerError Server Error swagger:response deleteServiceInternalServerError */.
DeleteServiceOK Delete Service Success, return service info.
DeleteServiceParams contains all the bound params for the delete service operation typically these are obtained from a http.Request swagger:parameters DeleteService.
DeleteServiceURL generates an URL for the delete service operation.
GetServiceVersion swagger:route GET /service/version/get Service getServiceVersion get Service Version by version ID.
GetServiceVersionForbidden List Service Version Failed, cause do not have permisssion swagger:response getServiceVersionForbidden */.
GetServiceVersionInternalServerError Server Error swagger:response getServiceVersionInternalServerError */.
GetServiceVersionOK List Service Version Success, return service version info.
GetServiceVersionParams contains all the bound params for the get service version operation typically these are obtained from a http.Request swagger:parameters GetServiceVersion.
GetServiceVersionURL generates an URL for the get service version operation.
ListService swagger:route GET /service/list Service listService List Service by project ID, service ID, service name.
ListServiceForbidden List Service Failed, cause do not have permisssion swagger:response listServiceForbidden */.
ListServiceInternalServerError Server Error swagger:response listServiceInternalServerError */.
ListServiceOK List All Services Success, return service info.
ListServiceOKBody list service o k body swagger:model ListServiceOKBody.
ListServiceParams contains all the bound params for the list service operation typically these are obtained from a http.Request swagger:parameters ListService.
ListServicePod swagger:route GET /service/pod/list Service listServicePod List Service Pod by service ID.
ListServicePodForbidden List Service Pod Failed, cause do not have permisssion swagger:response listServicePodForbidden */.
ListServicePodInternalServerError Server Error swagger:response listServicePodInternalServerError */.
ListServicePodOK List Service Pod Success, return service pod info.
ListServicePodOKBody list service pod o k body swagger:model ListServicePodOKBody.
ListServicePodParams contains all the bound params for the list service pod operation typically these are obtained from a http.Request swagger:parameters ListServicePod.
ListServicePodURL generates an URL for the list service pod operation.
ListServiceURL generates an URL for the list service operation.
ListServiceVersion swagger:route GET /service/version/list Service listServiceVersion List Service Version by service ID.
ListServiceVersionForbidden List Service Version Failed, cause do not have permisssion swagger:response listServiceVersionForbidden */.
ListServiceVersionInternalServerError Server Error swagger:response listServiceVersionInternalServerError */.
ListServiceVersionOK List Service Version Success, return service version info.
ListServiceVersionOKBody list service version o k body swagger:model ListServiceVersionOKBody.
ListServiceVersionParams contains all the bound params for the list service version operation typically these are obtained from a http.Request swagger:parameters ListServiceVersion.
ListServiceVersionURL generates an URL for the list service version operation.
UpdateServiceDescription swagger:route PUT /service/update/desc Service updateServiceDescription Update Service Description */.
UpdateServiceDescriptionForbidden Update Service Description Failed, cause do not have permisssion swagger:response updateServiceDescriptionForbidden */.
UpdateServiceDescriptionInternalServerError Server Error swagger:response updateServiceDescriptionInternalServerError */.
UpdateServiceDescriptionOK Update Service Description Success, return service info.
UpdateServiceDescriptionParams contains all the bound params for the update service description operation typically these are obtained from a http.Request swagger:parameters UpdateServiceDescription.
UpdateServiceDescriptionURL generates an URL for the update service description operation.
UpdateServiceVersion swagger:route PUT /service/update/deploy Service updateServiceVersion Update Service Version */.
UpdateServiceVersionForbidden Update Service Version Failed, cause do not have permisssion swagger:response updateServiceVersionForbidden */.
UpdateServiceVersionInternalServerError Server Error swagger:response updateServiceVersionInternalServerError */.
UpdateServiceVersionOK Update Service Version Success, return service info.
UpdateServiceVersionParams contains all the bound params for the update service version operation typically these are obtained from a http.Request swagger:parameters UpdateServiceVersion.
UpdateServiceVersionURL generates an URL for the update service version operation.

# Interfaces

CreateServiceHandler interface for that can handle valid create service params.
CreateServiceVersionHandler interface for that can handle valid create service version params.
DeleteServiceHandler interface for that can handle valid delete service params.
GetServiceVersionHandler interface for that can handle valid get service version params.
ListServiceHandler interface for that can handle valid list service params.
ListServicePodHandler interface for that can handle valid list service pod params.
ListServiceVersionHandler interface for that can handle valid list service version params.
UpdateServiceDescriptionHandler interface for that can handle valid update service description params.
UpdateServiceVersionHandler interface for that can handle valid update service version params.

# Type aliases

CreateServiceHandlerFunc turns a function with the right signature into a create service handler.
CreateServiceVersionHandlerFunc turns a function with the right signature into a create service version handler.
DeleteServiceHandlerFunc turns a function with the right signature into a delete service handler.
GetServiceVersionHandlerFunc turns a function with the right signature into a get service version handler.
ListServiceHandlerFunc turns a function with the right signature into a list service handler.
ListServicePodHandlerFunc turns a function with the right signature into a list service pod handler.
ListServiceVersionHandlerFunc turns a function with the right signature into a list service version handler.
UpdateServiceDescriptionHandlerFunc turns a function with the right signature into a update service description handler.
UpdateServiceVersionHandlerFunc turns a function with the right signature into a update service version handler.