Versions in this module Expand all Collapse all v1 v1.0.0 Oct 28, 2014 Changes in this version + func ExtractNames(page pagination.Page) ([]string, error) + func List(c *gophercloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + type Container struct + Bytes int + Count int + Name string + func ExtractInfo(page pagination.Page) ([]Container, error) + type ContainerPage struct + func (r ContainerPage) IsEmpty() (bool, error) + func (r ContainerPage) LastMarker() (string, error) + type CreateOpts struct + ContainerRead string + ContainerSyncKey string + ContainerSyncTo string + ContainerWrite string + ContentType string + DetectContentType bool + IfNoneMatch string + Metadata map[string]string + VersionsLocation string + func (opts CreateOpts) ToContainerCreateMap() (map[string]string, error) + type CreateOptsBuilder interface + ToContainerCreateMap func() (map[string]string, error) + type CreateResult struct + func Create(c *gophercloud.ServiceClient, containerName string, opts CreateOptsBuilder) CreateResult + type DeleteResult struct + func Delete(c *gophercloud.ServiceClient, containerName string) DeleteResult + type GetResult struct + func Get(c *gophercloud.ServiceClient, containerName string) GetResult + func (gr GetResult) ExtractMetadata() (map[string]string, error) + type ListOpts struct + Delimiter string + EndMarker string + Format string + Full bool + Limit int + Marker string + Prefix string + func (opts ListOpts) ToContainerListParams() (bool, string, error) + type ListOptsBuilder interface + ToContainerListParams func() (bool, string, error) + type UpdateOpts struct + ContainerRead string + ContainerSyncKey string + ContainerSyncTo string + ContainerWrite string + ContentType string + DetectContentType bool + Metadata map[string]string + RemoveVersionsLocation string + VersionsLocation string + func (opts UpdateOpts) ToContainerUpdateMap() (map[string]string, error) + type UpdateOptsBuilder interface + ToContainerUpdateMap func() (map[string]string, error) + type UpdateResult struct + func Update(c *gophercloud.ServiceClient, containerName string, opts UpdateOptsBuilder) UpdateResult