Versions in this module Expand all Collapse all v0 v0.2.0 May 30, 2014 Changes in this version + func Delete(c *storage.Client, opts DeleteOpts) error + func ExtractMetadata(gr GetResult) map[string]string + func ExtractNames(lr ListResult) ([]string, error) + func Update(c *storage.Client, opts UpdateOpts) error + type Container map[string]interface + func Create(c *storage.Client, opts CreateOpts) (Container, error) + func ExtractInfo(lr ListResult) ([]Container, error) + type CreateOpts struct + Headers map[string]string + Metadata map[string]string + Name string + type DeleteOpts struct + Name string + Params map[string]string + type GetOpts struct + Metadata map[string]string + Name string + type GetResult *http.Response + func Get(c *storage.Client, opts GetOpts) (GetResult, error) + type ListOpts struct + Full bool + Params map[string]string + type ListResult *http.Response + func List(c *storage.Client, opts ListOpts) (ListResult, error) + type UpdateOpts struct + Headers map[string]string + Metadata map[string]string + Name string