Versions in this module Expand all Collapse all v3 v3.0.0 Jan 5, 2022 Changes in this version + var ExampleDatastore = datastores.Datastore + var ExampleVersion1 = datastores.Version + var ExampleVersions = []datastores.Version + var GetDSResp = fmt.Sprintf(`{"datastore":%s}`, singleDSJSON) + var GetVersionResp = fmt.Sprintf(`{"version":%s}`, version1JSON) + var ListDSResp = fmt.Sprintf(`{"datastores":[%s]}`, singleDSJSON) + var ListVersionsResp = fmt.Sprintf(`{%s}`, versionsJSON) Other modules containing this package github.com/pierreprinetti/gophercloud github.com/pierreprinetti/gophercloud/v2