package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.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.
CreateHeader represents the headers returned in the response from a Create request.
CreateOpts is a structure that holds parameters for creating a container.
CreateResult represents the result of a create operation.
DeleteHeader represents the headers returned in the response from a Delete request.
DeleteResult represents the result of a delete operation.
GetHeader represents the headers returned in the response from a Get request.
GetOpts is a structure that holds options for listing containers.
GetResult represents the result of a get operation.
ListOpts is a structure that holds options for listing containers.
UpdateHeader represents the headers returned in the response from a Update request.
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.
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.