Versions in this module Expand all Collapse all v0 v0.2.0 May 30, 2014 Changes in this version + var ErrNotImplemented = fmt.Errorf("Images functionality not implemented.") + type Client struct + func NewClient(e string, a identity.AuthResults, ao identity.AuthOptions) *Client + type Image struct + Created string + Id string + MinDisk int + MinRam int + Name string + Progress int + Status string + Updated string + func GetImage(ir ImageResults) (Image, error) + func GetImages(lr ListResults) ([]Image, error) + type ImageResults map[string]interface + type ListResults map[string]interface + func List(c *Client) (ListResults, error)