package
0.0.0-20220508075453-acbd0ad6c247
Repository: https://github.com/ez-deploy/ezdeploy.git
Documentation: pkg.go.dev
# Functions
NewCreateProject creates a new http.Handler for the create project operation.
NewCreateProjectConflict creates CreateProjectConflict with default headers values.
NewCreateProjectCreated creates CreateProjectCreated with default headers values.
NewCreateProjectInternalServerError creates CreateProjectInternalServerError with default headers values.
NewCreateProjectParams creates a new CreateProjectParams object
There are no default values defined in the spec.
NewGetProject creates a new http.Handler for the get project operation.
NewGetProjectInternalServerError creates GetProjectInternalServerError with default headers values.
NewGetProjectNotFound creates GetProjectNotFound with default headers values.
NewGetProjectOK creates GetProjectOK with default headers values.
NewGetProjectParams creates a new GetProjectParams object
There are no default values defined in the spec.
# Constants
CreateProjectConflictCode is the HTTP code returned for type CreateProjectConflict.
CreateProjectCreatedCode is the HTTP code returned for type CreateProjectCreated.
CreateProjectInternalServerErrorCode is the HTTP code returned for type CreateProjectInternalServerError.
GetProjectInternalServerErrorCode is the HTTP code returned for type GetProjectInternalServerError.
GetProjectNotFoundCode is the HTTP code returned for type GetProjectNotFound.
GetProjectOKCode is the HTTP code returned for type GetProjectOK.
# Structs
CreateProject swagger:route POST /project/create Project createProject
Create Project
*/.
CreateProjectConflict Create Project Failed, cause project exist
swagger:response createProjectConflict
*/.
CreateProjectCreated Create Project Success, return project info.
CreateProjectInternalServerError Server Error
swagger:response createProjectInternalServerError
*/.
CreateProjectParams contains all the bound params for the create project operation typically these are obtained from a http.Request
swagger:parameters CreateProject.
CreateProjectURL generates an URL for the create project operation.
GetProject swagger:route GET /project/get Project getProject
Get Project
*/.
GetProjectInternalServerError Server Error
swagger:response getProjectInternalServerError
*/.
GetProjectNotFound Get Project Failed, cause project not exist
swagger:response getProjectNotFound
*/.
GetProjectOK List All Projects Success, return project info.
GetProjectParams contains all the bound params for the get project operation typically these are obtained from a http.Request
swagger:parameters GetProject.
GetProjectURL generates an URL for the get project operation.
# Interfaces
CreateProjectHandler interface for that can handle valid create project params.
GetProjectHandler interface for that can handle valid get project params.
# Type aliases
CreateProjectHandlerFunc turns a function with the right signature into a create project handler.
GetProjectHandlerFunc turns a function with the right signature into a get project handler.