Versions in this module Expand all Collapse all v3 v3.0.0 Jan 5, 2022 Changes in this version + func List(client *gophercloud.ServiceClient) pagination.Pager + func ListVersions(client *gophercloud.ServiceClient, datastoreID string) pagination.Pager + type Datastore struct + DefaultVersion string + ID string + Links []gophercloud.Link + Name string + Versions []Version + func ExtractDatastores(r pagination.Page) ([]Datastore, error) + type DatastorePage struct + func (r DatastorePage) IsEmpty() (bool, error) + type DatastorePartial struct + Type string + Version string + VersionID string + type GetResult struct + func Get(client *gophercloud.ServiceClient, datastoreID string) (r GetResult) + func (r GetResult) Extract() (*Datastore, error) + type GetVersionResult struct + func GetVersion(client *gophercloud.ServiceClient, datastoreID, versionID string) (r GetVersionResult) + func (r GetVersionResult) Extract() (*Version, error) + type Version struct + ID string + Links []gophercloud.Link + Name string + func ExtractVersions(r pagination.Page) ([]Version, error) + type VersionPage struct + func (r VersionPage) IsEmpty() (bool, error) Other modules containing this package github.com/pierreprinetti/gophercloud github.com/pierreprinetti/gophercloud/v2