Versions in this module Expand all Collapse all v1 v1.0.0 Oct 28, 2014 Changes in this version + func List(c *gophercloud.ServiceClient) pagination.Pager + type APIVersion struct + ID string + Status string + Updated string + func ExtractAPIVersions(page pagination.Page) ([]APIVersion, error) + type APIVersionPage struct + func (r APIVersionPage) IsEmpty() (bool, error) + type GetResult struct + func Get(client *gophercloud.ServiceClient, v string) GetResult + func (r GetResult) Extract() (*APIVersion, error)