Versions in this module Expand all Collapse all v1 v1.0.23 May 9, 2020 Changes in this version + type GetHeader struct + BytesUsed int64 + ContainerCount int64 + ContentLength int64 + ContentType string + Date time.Time + ObjectCount int64 + TempURLKey string + TempURLKey2 string + TransID string + func (r *GetHeader) UnmarshalJSON(b []byte) error + 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) (r GetResult) + func (r GetResult) Extract() (*GetHeader, error) + func (r GetResult) ExtractMetadata() (map[string]string, error) + type UpdateHeader struct + ContentLength int64 + ContentType string + Date time.Time + TransID string + func (r *UpdateHeader) UnmarshalJSON(b []byte) 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) (r UpdateResult) + func (r UpdateResult) Extract() (*UpdateHeader, error) v1.0.23-3 May 9, 2020