# Functions

Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewDeleteDeploymentRequest generates requests for DeleteDeployment.
NewDetailsOfDeploymentByIDRequest generates requests for DetailsOfDeploymentByID.
NewListDeploymentsRequest generates requests for ListDeployments.
NewStartDeploymentRequest calls the generic StartDeployment builder with application/json body.
NewStartDeploymentRequestWithBody generates requests for StartDeployment with any type of body.
ParseDeleteDeploymentResponse parses an HTTP response from a DeleteDeploymentWithResponse call.
ParseDetailsOfDeploymentByIDResponse parses an HTTP response from a DetailsOfDeploymentByIDWithResponse call.
ParseListDeploymentsResponse parses an HTTP response from a ListDeploymentsWithResponse call.
ParseStartDeploymentResponse parses an HTTP response from a StartDeploymentWithResponse call.
WithBaseURL overrides the baseURL.
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client.
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request.

# Structs

Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
No description provided by the author
DeploymentFields defines model for DeploymentFields.
DeploymentFieldsforstartdeployments defines model for DeploymentFieldsforstartdeployments.
Deployments defines model for Deployments.
No description provided by the author
ErrorResponseModel defines model for ErrorResponseModel.
No description provided by the author
ResponseModel defines model for ResponseModel.
StartDeployment defines model for StartDeployment.
StartDeploymentPayload defines model for StartDeploymentPayload.
No description provided by the author

# Interfaces

The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
Doer performs HTTP requests.

# Type aliases

ClientOption allows setting custom parameters during construction.
RequestEditorFn is the function signature for the RequestEditor callback function.
StartDeploymentJSONRequestBody defines body for StartDeployment for application/json ContentType.