commit | 7e04adfaf11c5472065e7d4f097b51891415ac0f | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Wed Oct 29 13:47:58 2014 +0100 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Thu Oct 30 13:20:11 2014 +0100 |
tree | 615eda9c0185cbca68a19b8c3d02765521ab4a43 | |
parent | 69c1fe9d30efdabb21ba9aecb6c5efcfda354a8e [diff] [blame] |
Adding support for updating users
diff --git a/openstack/identity/v2/users/results.go b/openstack/identity/v2/users/results.go index 7261b96..9c789f1 100644 --- a/openstack/identity/v2/users/results.go +++ b/openstack/identity/v2/users/results.go
@@ -81,3 +81,8 @@ type GetResult struct { commonResult } + +// UpdateResult represents the result of an Update operation +type UpdateResult struct { + commonResult +}