commit | 8b9a8003713d4571af357715df0a18b6bc391f77 | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Wed Oct 29 14:20:24 2014 +0100 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Thu Oct 30 13:20:11 2014 +0100 |
tree | 9aec30c714d138a406aca7923c3c23f8b0196ce6 | |
parent | 7e04adfaf11c5472065e7d4f097b51891415ac0f [diff] [blame] |
Adding support for delete users
diff --git a/openstack/identity/v2/users/results.go b/openstack/identity/v2/users/results.go index 9c789f1..262b8c8 100644 --- a/openstack/identity/v2/users/results.go +++ b/openstack/identity/v2/users/results.go
@@ -86,3 +86,8 @@ type UpdateResult struct { commonResult } + +// DeleteResult represents the result of a Delete operation +type DeleteResult struct { + commonResult +}