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] [blame] |
Rename gophercloud.CommonResult references.
diff --git a/openstack/networking/v2/ports/results.go b/openstack/networking/v2/ports/results.go index cedd658..4ead2eb 100644 --- a/openstack/networking/v2/ports/results.go +++ b/openstack/networking/v2/ports/results.go
@@ -7,7 +7,7 @@ ) type commonResult struct { - gophercloud.CommonResult + gophercloud.Result } // Extract is a function that accepts a result and extracts a port resource.