Versions in this module Expand all Collapse all v1 v1.0.0 Oct 28, 2014 Changes in this version + func Create(c *gophercloud.ServiceClient, containerName string, opts os.CreateOptsBuilder) os.CreateResult + func Delete(c *gophercloud.ServiceClient, containerName string) os.DeleteResult + func ExtractInfo(page pagination.Page) ([]os.Container, error) + func ExtractNames(page pagination.Page) ([]string, error) + func Get(c *gophercloud.ServiceClient, containerName string) os.GetResult + func List(c *gophercloud.ServiceClient, opts os.ListOptsBuilder) pagination.Pager + func Update(c *gophercloud.ServiceClient, containerName string, opts os.UpdateOptsBuilder) os.UpdateResult + type CreateOpts struct + ContainerRead string + ContainerWrite string + Metadata map[string]string + VersionsLocation string + func (opts CreateOpts) ToContainerCreateMap() (map[string]string, error) + type UpdateOpts struct + ContainerRead string + ContainerWrite string + ContentType string + DetectContentType bool + Metadata map[string]string + RemoveVersionsLocation string + VersionsLocation string + func (opts UpdateOpts) ToContainerUpdateMap() (map[string]string, error)