commit | 8c072a3f5730841d477ae70c8e5bcc2e8c38968e | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Thu Oct 16 14:33:32 2014 +0200 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Mon Oct 20 17:51:26 2014 +0200 |
tree | 78b081ab483b6100c90dcd6afe51c42c9d0fa0d0 | |
parent | dc4c46572cca4a52261c243ceed9a51b5ac8d66c [diff] [blame] |
Making server action result types more consistent
diff --git a/openstack/compute/v2/servers/results.go b/openstack/compute/v2/servers/results.go index d284ed8..492c5a8 100644 --- a/openstack/compute/v2/servers/results.go +++ b/openstack/compute/v2/servers/results.go
@@ -40,7 +40,7 @@ } // RebuildResult temporarily contains the response from a Rebuild call. -type RebuildResult struct { +type ActionResult struct { serverResult }