Versions in this module Expand all Collapse all v1 v1.0.0 Oct 28, 2014 Changes in this version + var ErrCannotInterpet = errors.New("Unable to interpret a response body.") + func ListDetail(client *gophercloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + type Flavor struct + Disk int + ID string + Name string + RAM int + RxTxFactor float64 + Swap int + VCPUs int + func ExtractFlavors(page pagination.Page) ([]Flavor, error) + type FlavorPage struct + func (p FlavorPage) IsEmpty() (bool, error) + func (p FlavorPage) NextPageURL() (string, error) + type GetResult struct + func Get(client *gophercloud.ServiceClient, id string) GetResult + func (gr GetResult) Extract() (*Flavor, error) + type ListOpts struct + ChangesSince string + Limit int + Marker string + MinDisk int + MinRAM int + func (opts ListOpts) ToFlavorListQuery() (string, error) + type ListOptsBuilder interface + ToFlavorListQuery func() (string, error)