commit | ba2395e9777ffe5356e03c86dee0f8f3ae910a04 | [log] [tgz] |
---|---|---|
author | Jon Perritt <jrperritt@gmail.com> | Mon Oct 27 15:23:21 2014 -0500 |
committer | Jon Perritt <jrperritt@gmail.com> | Mon Oct 27 15:23:21 2014 -0500 |
tree | 842ba56d511111e95281d80a2e039945d5a668ad | |
parent | d50f93e63b68b000efa0f5492ab778563addbace [diff] [blame] |
ExtractErrResult -> ErrResult; Extract -> ExtractErr
diff --git a/openstack/networking/v2/ports/results.go b/openstack/networking/v2/ports/results.go index 2d72c35..2511ff5 100644 --- a/openstack/networking/v2/ports/results.go +++ b/openstack/networking/v2/ports/results.go
@@ -42,7 +42,7 @@ // DeleteResult represents the result of a delete operation. type DeleteResult struct { - gophercloud.ExtractErrResult + gophercloud.ErrResult } // IP is a sub-struct that represents an individual IP.