# Functions
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewCreateEnvironmentRequest calls the generic CreateEnvironment builder with application/json body.
NewCreateEnvironmentRequestWithBody generates requests for CreateEnvironment with any type of body.
NewDeleteEnvironmentRequest generates requests for DeleteEnvironment.
NewListEnvironmentsRequest generates requests for ListEnvironments.
NewRetrieveEnvironmentRequest generates requests for RetrieveEnvironment.
NewUpdateEnvironmentRequest calls the generic UpdateEnvironment builder with application/json body.
NewUpdateEnvironmentRequestWithBody generates requests for UpdateEnvironment with any type of body.
ParseCreateEnvironmentResponse parses an HTTP response from a CreateEnvironmentWithResponse call.
ParseDeleteEnvironmentResponse parses an HTTP response from a DeleteEnvironmentWithResponse call.
ParseListEnvironmentsResponse parses an HTTP response from a ListEnvironmentsWithResponse call.
ParseRetrieveEnvironmentResponse parses an HTTP response from a RetrieveEnvironmentWithResponse call.
ParseUpdateEnvironmentResponse parses an HTTP response from a UpdateEnvironmentWithResponse 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.
CreateEnvironment defines model for CreateEnvironment.
No description provided by the author
No description provided by the author
Environment defines model for Environment.
EnvironmentFields defines model for EnvironmentFields.
Environments defines model for Environments.
ErrorResponseModel defines model for ErrorResponseModel.
ListEnvironmentsParams defines parameters for ListEnvironments.
No description provided by the author
ResponseModel defines model for ResponseModel.
No description provided by the author
UpdateEnvironment defines model for UpdateEnvironment.
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.
CreateEnvironmentJSONRequestBody defines body for CreateEnvironment for application/json ContentType.
RequestEditorFn is the function signature for the RequestEditor callback function.
UpdateEnvironmentJSONRequestBody defines body for UpdateEnvironment for application/json ContentType.