commit | 30c746656f1f38450931f238f6307fc8b664ee16 | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Wed Nov 19 15:37:34 2014 +0100 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Thu Nov 20 11:06:06 2014 +0100 |
tree | 0f8e73963952b080973664853143ca1ad9f33863 | |
parent | 61f81ca5dbacee399cfa1204fe3444b6fa63c8b5 [diff] [blame] |
Apparently there's an update too :boom:
diff --git a/openstack/compute/v2/extensions/secgroups/results.go b/openstack/compute/v2/extensions/secgroups/results.go index c814048..17adf44 100644 --- a/openstack/compute/v2/extensions/secgroups/results.go +++ b/openstack/compute/v2/extensions/secgroups/results.go
@@ -71,6 +71,10 @@ commonResult } +type UpdateResult struct { + commonResult +} + func (r commonResult) Extract() (*SecurityGroup, error) { if r.Err != nil { return nil, r.Err