Versions in this module Expand all Collapse all v1 v1.0.21 Mar 14, 2020 Changes in this version + func List(c *gophercloud.ServiceClient) pagination.Pager + type Flavor struct + ID string + Links []gophercloud.Link + Providers []Provider + func ExtractFlavors(r pagination.Page) ([]Flavor, error) + type FlavorPage struct + func (r FlavorPage) IsEmpty() (bool, error) + type GetResult struct + func Get(c *gophercloud.ServiceClient, id string) (r GetResult) + func (r GetResult) Extract() (*Flavor, error) + type Provider struct + Links []gophercloud.Link + Provider string