commit | f548aade84cd5fb8fe61035647808cef21d63845 | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Mon Oct 20 08:35:34 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Mon Oct 20 08:35:34 2014 -0400 |
tree | d96701ca189532920f9a2616cc17c4ac765124a2 | |
parent | eab6a70c1a5be83ab55abe79dc013df9eb39af51 [diff] |
Rename gophercloud.CommonResult references.
diff --git a/openstack/blockstorage/v1/apiversions/results.go b/openstack/blockstorage/v1/apiversions/results.go index ea2f7f5..c2ec935 100644 --- a/openstack/blockstorage/v1/apiversions/results.go +++ b/openstack/blockstorage/v1/apiversions/results.go
@@ -43,7 +43,7 @@ // GetResult represents the result of a get operation. type GetResult struct { - gophercloud.CommonResult + gophercloud.Result } // Extract is a function that accepts a result and extracts an API version resource.
diff --git a/openstack/blockstorage/v1/snapshots/results.go b/openstack/blockstorage/v1/snapshots/results.go index dc94a32..c5c3470 100644 --- a/openstack/blockstorage/v1/snapshots/results.go +++ b/openstack/blockstorage/v1/snapshots/results.go
@@ -88,7 +88,7 @@ } type commonResult struct { - gophercloud.CommonResult + gophercloud.Result } // Extract will get the Snapshot object out of the commonResult object.
diff --git a/openstack/blockstorage/v1/volumes/results.go b/openstack/blockstorage/v1/volumes/results.go index 78eb6c1..421e4ca 100644 --- a/openstack/blockstorage/v1/volumes/results.go +++ b/openstack/blockstorage/v1/volumes/results.go
@@ -64,7 +64,7 @@ } type commonResult struct { - gophercloud.CommonResult + gophercloud.Result } // Extract will get the Volume object out of the commonResult object.
diff --git a/openstack/blockstorage/v1/volumetypes/results.go b/openstack/blockstorage/v1/volumetypes/results.go index 77cc1f5..cdd641b 100644 --- a/openstack/blockstorage/v1/volumetypes/results.go +++ b/openstack/blockstorage/v1/volumetypes/results.go
@@ -48,7 +48,7 @@ } type commonResult struct { - gophercloud.CommonResult + gophercloud.Result } // Extract will get the Volume Type object out of the commonResult object.