Versions in this module Expand all Collapse all v1 v1.0.21 Mar 12, 2020 v1.0.12 Apr 7, 2019 Changes in this version + func List(client *gophercloud.ServiceClient) pagination.Pager + type Flavor struct + ID int + Links []gophercloud.Link + Name string + RAM int + StrID string + func ExtractFlavors(r pagination.Page) ([]Flavor, error) + type FlavorPage struct + func (page FlavorPage) IsEmpty() (bool, error) + func (page FlavorPage) NextPageURL() (string, error) + type GetResult struct + func Get(client *gophercloud.ServiceClient, id string) (r GetResult) + func (r GetResult) Extract() (*Flavor, error)