package
0.0.0-20220508075453-acbd0ad6c247
Repository: https://github.com/ez-deploy/ezdeploy.git
Documentation: pkg.go.dev
# Functions
New creates a new project API client.
NewCreateProjectConflict creates a CreateProjectConflict with default headers values.
NewCreateProjectCreated creates a CreateProjectCreated with default headers values.
NewCreateProjectInternalServerError creates a CreateProjectInternalServerError with default headers values.
NewCreateProjectParams creates a new CreateProjectParams object, with the default timeout for this client.
NewCreateProjectParamsWithContext creates a new CreateProjectParams object with the ability to set a context for a request.
NewCreateProjectParamsWithHTTPClient creates a new CreateProjectParams object with the ability to set a custom HTTPClient for a request.
NewCreateProjectParamsWithTimeout creates a new CreateProjectParams object with the ability to set a timeout on a request.
NewGetProjectInternalServerError creates a GetProjectInternalServerError with default headers values.
NewGetProjectNotFound creates a GetProjectNotFound with default headers values.
NewGetProjectOK creates a GetProjectOK with default headers values.
NewGetProjectParams creates a new GetProjectParams object, with the default timeout for this client.
NewGetProjectParamsWithContext creates a new GetProjectParams object with the ability to set a context for a request.
NewGetProjectParamsWithHTTPClient creates a new GetProjectParams object with the ability to set a custom HTTPClient for a request.
NewGetProjectParamsWithTimeout creates a new GetProjectParams object with the ability to set a timeout on a request.
# Structs
Client for project API
*/.
CreateProjectConflict describes a response with status code 409, with default header values.
CreateProjectCreated describes a response with status code 201, with default header values.
CreateProjectInternalServerError describes a response with status code 500, with default header values.
CreateProjectParams contains all the parameters to send to the API endpoint
for the create project operation.
CreateProjectReader is a Reader for the CreateProject structure.
GetProjectInternalServerError describes a response with status code 500, with default header values.
GetProjectNotFound describes a response with status code 404, with default header values.
GetProjectOK describes a response with status code 200, with default header values.
GetProjectParams contains all the parameters to send to the API endpoint
for the get project operation.
GetProjectReader is a Reader for the GetProject structure.
# Interfaces
ClientService is the interface for Client methods.
# Type aliases
ClientOption is the option for Client methods.