commit | 219ca59a2f8c96549b2f9441993bcf68e3c0beca | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Tue Feb 10 15:59:05 2015 +0100 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Wed Oct 14 12:14:36 2015 +0200 |
tree | e236b829d61f4d98d9410d447e133176d26191aa | |
parent | a74d425ef0f813f43b83849ffa0c15f284d4ee57 [diff] [blame] |
Adding instance actions
diff --git a/openstack/db/v1/instances/results.go b/openstack/db/v1/instances/results.go index 60f0c04..48b930c 100644 --- a/openstack/db/v1/instances/results.go +++ b/openstack/db/v1/instances/results.go
@@ -118,3 +118,7 @@ return &response.User, err } + +type ActionResult struct { + gophercloud.ErrResult +}