commit | 5b16b63aa4fed2b01c067d7b758864ace71662e0 | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Tue Feb 10 13:36:23 2015 +0100 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Wed Oct 14 12:14:35 2015 +0200 |
tree | 24b80527199eff5169339de5389f6e2352ec8e36 | |
parent | 39d4ffb8ad9cdc757d37f8000976a2261efc9fa2 [diff] [blame] |
Adding more tests and delete fn
diff --git a/openstack/db/v1/instances/results.go b/openstack/db/v1/instances/results.go index 562f752..d2ea794 100644 --- a/openstack/db/v1/instances/results.go +++ b/openstack/db/v1/instances/results.go
@@ -40,6 +40,10 @@ commonResult } +type DeleteResult struct { + gophercloud.ErrResult +} + func (r commonResult) Extract() (*Instance, error) { if r.Err != nil { return nil, r.Err