# Functions
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewCreateVolumeRequest calls the generic CreateVolume builder with application/json body.
NewCreateVolumeRequestWithBody generates requests for CreateVolume with any type of body.
NewDeleteVolumeRequest generates requests for DeleteVolume.
NewGetVolumeRequest generates requests for GetVolume.
NewListVolumesRequest generates requests for ListVolumes.
NewListVolumeTypesRequest generates requests for ListVolumeTypes.
ParseCreateVolumeResponse parses an HTTP response from a CreateVolumeWithResponse call.
ParseDeleteVolumeResponse parses an HTTP response from a DeleteVolumeWithResponse call.
ParseGetVolumeResponse parses an HTTP response from a GetVolumeWithResponse call.
ParseListVolumesResponse parses an HTTP response from a ListVolumesWithResponse call.
ParseListVolumeTypesResponse parses an HTTP response from a ListVolumeTypesWithResponse 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
AttachVolumeFields defines model for AttachVolumeFields.
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
CreateVolumePayload defines model for CreateVolumePayload.
No description provided by the author
No description provided by the author
EnvironmentFieldsforVolume defines model for EnvironmentFieldsforVolume.
ErrorResponseModel defines model for ErrorResponseModel.
No description provided by the author
ListVolumesParams defines parameters for ListVolumes.
No description provided by the author
No description provided by the author
ResponseModel defines model for ResponseModel.
Volume defines model for Volume.
VolumeFields defines model for VolumeFields.
Volumes defines model for Volumes.
VolumeTypes defines model for VolumeTypes.
# 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.
CreateVolumeJSONRequestBody defines body for CreateVolume for application/json ContentType.
RequestEditorFn is the function signature for the RequestEditor callback function.