package
1.0.0
Repository: https://github.com/cloudwan/gophercloud-old.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 objects in the container as well as container metadata.
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.