Versions in this module Expand all Collapse all v0 v0.16.0 Dec 31, 2020 Changes in this version + type APIVersion struct + ID string + MinVersion string + Status string + Version string + type APIVersions struct + DefaultVersion APIVersion + Versions []APIVersion + type GetResult struct + func Get(client *gophercloud.ServiceClient, v string) (r GetResult) + func (r GetResult) Extract() (*APIVersion, error) + type ListResult struct + func List(client *gophercloud.ServiceClient) (r ListResult) + func (r ListResult) Extract() (*APIVersions, error)