package
1.0.0
Repository: https://github.com/dustacio/gophercloud.git
Documentation: pkg.go.dev

# Functions

Copy is a function that copies one object to another.
Create is a function that creates a new object or replaces an existing object.
Delete is a function that deletes an object.
Download is a function that retrieves the content and metadata for an object.
ExtractInfo is a function that takes a page of objects and returns their full information.
ExtractNames is a function that takes a page of objects and returns only their names.
Get is a function that retrieves the metadata of an object.
List is a function that retrieves all objects in a container.
Update is a function that creates, updates, or deletes an object's metadata.

# Structs

CopyOpts is a structure that holds parameters for copying one object to another.
CopyResult represents the result of a copy operation.
CreateOpts is a structure that holds parameters for creating an object.
CreateResult represents the result of a create operation.
DeleteOpts is a structure that holds parameters for deleting an object.
DeleteResult represents the result of a delete operation.
DownloadOpts is a structure that holds parameters for downloading an object.
DownloadResult is a *http.Response that is returned from a call to the Download function.
GetOpts is a structure that holds parameters for getting an object's metadata.
GetResult is a *http.Response that is returned from a call to the Get function.
ListOpts is a structure that holds parameters for listing objects.
Object is a structure that holds information related to a storage object.
ObjectPage is a single page of objects that is returned from a call to the List function.
UpdateOpts is a structure that holds parameters for updating, creating, or deleting an object's metadata.
UpdateResult represents the result of an update operation.

# Interfaces

CopyOptsBuilder allows extensions to add additional parameters to the Copy request.
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
DeleteOptsBuilder allows extensions to add additional parameters to the Delete request.
DownloadOptsBuilder allows extensions to add additional parameters to the Download request.
GetOptsBuilder allows extensions to add additional parameters to the Get request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.