Versions in this module Expand all Collapse all v1 v1.0.0 Oct 28, 2014 Changes in this version + func ListVersionResources(c *gophercloud.ServiceClient, v string) pagination.Pager + func ListVersions(c *gophercloud.ServiceClient) pagination.Pager + type APIVersion struct + ID string + Status string + func ExtractAPIVersions(page pagination.Page) ([]APIVersion, error) + type APIVersionPage struct + func (r APIVersionPage) IsEmpty() (bool, error) + type APIVersionResource struct + Collection string + Name string + func ExtractVersionResources(page pagination.Page) ([]APIVersionResource, error) + type APIVersionResourcePage struct + func (r APIVersionResourcePage) IsEmpty() (bool, error)