Versions in this module Expand all Collapse all v1 v1.0.0 Oct 28, 2014 Changes in this version + type GetOpts struct + Newest bool + func (opts GetOpts) ToAccountGetMap() (map[string]string, error) + type GetOptsBuilder interface + ToAccountGetMap func() (map[string]string, error) + type GetResult struct + func Get(c *gophercloud.ServiceClient, opts GetOptsBuilder) GetResult + func (gr GetResult) ExtractMetadata() (map[string]string, error) + type UpdateOpts struct + ContentType string + DetectContentType bool + Metadata map[string]string + TempURLKey string + TempURLKey2 string + func (opts UpdateOpts) ToAccountUpdateMap() (map[string]string, error) + type UpdateOptsBuilder interface + ToAccountUpdateMap func() (map[string]string, error) + type UpdateResult struct + func Update(c *gophercloud.ServiceClient, opts UpdateOptsBuilder) UpdateResult