Versions in this module Expand all Collapse all v0 v0.2.0 Mar 12, 2014 Changes in this version + var ErrNotImplemented = fmt.Errorf("Flavors functionality not implemented.") + type Client struct + func NewClient(e string, a identity.AuthResults, ao identity.AuthOptions) *Client + type Flavor struct + Disk int + Id string + Name string + Ram int + RxTxFactor float64 + Swap int + VCpus int + func GetFlavors(lr ListResults) ([]Flavor, error) + type ListResults map[string]interface + func List(c *Client) (ListResults, error)