commit | a50d135a623a75f951b4651b7419faf4f7e479b1 | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Wed Feb 18 11:38:38 2015 +0100 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Wed Oct 14 12:14:37 2015 +0200 |
tree | a461420ef02b58d5f8366057662034a8b2ff3573 | |
parent | c1c6bf8e1f31138be50b048a420963a535166a97 [diff] [blame] |
Refactor to use new client.Request
diff --git a/rackspace/db/v1/datastores/results.go b/rackspace/db/v1/datastores/results.go index fbfb2cf..31fd838 100644 --- a/rackspace/db/v1/datastores/results.go +++ b/rackspace/db/v1/datastores/results.go
@@ -20,6 +20,12 @@ Versions []Version } +type DatastorePartial struct { + Version string + Type string + VersionID string `json:"version_id" mapstructure:"version_id"` +} + type GetResult struct { gophercloud.Result }