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 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 EnableOpts struct + CDNEnabled bool + TTL int + func (opts EnableOpts) ToCDNContainerEnableMap() (map[string]string, error) + type EnableOptsBuilder interface + ToCDNContainerEnableMap func() (map[string]string, error) + type EnableResult struct + func Enable(c *gophercloud.ServiceClient, containerName string, opts EnableOptsBuilder) EnableResult + type ListOpts struct + EndMarker string + Format string + Limit int + Marker string + func (opts ListOpts) ToContainerListParams() (bool, string, error) + type UpdateOpts struct + CDNEnabled bool + LogRetention bool + TTL int + func (opts UpdateOpts) ToContainerUpdateMap() (map[string]string, error)