Versions in this module Expand all Collapse all v1 v1.3.0 Feb 14, 2023 Changes in this version + func List(c *gophercloud.ServiceClient) pagination.Pager + type APIVersion struct + ID string + MinVersion string + Status string + Updated time.Time + Version string + func ExtractAPIVersion(r pagination.Page, v string) (*APIVersion, error) + func ExtractAPIVersions(r pagination.Page) ([]APIVersion, error) + type APIVersionPage struct + func (r APIVersionPage) IsEmpty() (bool, error) + type ErrMultipleVersionsFound struct + Count int + func (e ErrMultipleVersionsFound) Error() string + type ErrVersionNotFound struct + func (e ErrVersionNotFound) Error() string