Versions in this module Expand all Collapse all v0 v0.0.5 Sep 17, 2020 v0.0.4 Sep 17, 2020 v0.0.3 Sep 17, 2020 v0.0.2 Sep 17, 2020 v0.0.1 Sep 11, 2020 Changes in this version + func List(client *golangsdk.ServiceClient) pagination.Pager + type Flavor struct + ID int + Links []golangsdk.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 *golangsdk.ServiceClient, id string) (r GetResult) + func (r GetResult) Extract() (*Flavor, error)