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

# Functions

Create is a function that creates a new container.
Delete is a function that deletes a container.
ExtractInfo is a function that takes a ListResult and returns the containers' information.
ExtractNames is a function that takes a ListResult and returns the containers' names.
Get is a function that retrieves the metadata of a container.
List is a function that retrieves containers associated with the account as well as account metadata.
Update is a function that creates, updates, or deletes a container's metadata.

# Structs

Container represents a container resource.
ContainerPage is the page returned by a pager when traversing over a collection of containers.
CreateOpts is a structure that holds parameters for creating a container.
CreateResult represents the result of a create operation.
DeleteResult represents the result of a delete operation.
GetResult represents the result of a get operation.
ListOpts is a structure that holds options for listing containers.
UpdateOpts is a structure that holds parameters for updating, creating, or deleting a container's metadata.
UpdateResult represents the result of an update operation.

# Interfaces

CreateOptsBuilder allows extensions to add additional parameters to the Create request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.