Versions in this module Expand all Collapse all v1 v1.0.0 Dec 28, 2021 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 ExtractAPIVersions(r pagination.Page) ([]APIVersion, error) + type APIVersionPage struct + func (r APIVersionPage) IsEmpty() (bool, error) + type ErrVersionNotFound struct + func (e ErrVersionNotFound) Error() string + type GetResult struct + func Get(client *gophercloud.ServiceClient, v string) (r GetResult) + func (r GetResult) Extract() (*APIVersion, error) Other modules containing this package github.com/pierreprinetti/gophercloud/v2 github.com/pierreprinetti/gophercloud/v3