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/identity/v3/services/results.go b/openstack/identity/v3/services/results.go index d90b1bd..1d0d141 100644 --- a/openstack/identity/v3/services/results.go +++ b/openstack/identity/v3/services/results.go
@@ -44,7 +44,7 @@ // DeleteResult is the deferred result of an Delete call. type DeleteResult struct { - gophercloud.ExtractErrResult + gophercloud.ErrResult } // Service is the result of a list or information query.