commit | b47ebedd4a4d3bcfcc717b464595d5ef4b557040 | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Thu Jan 29 11:08:41 2015 -0500 |
committer | Ash Wilson <smashwilson@gmail.com> | Thu Jan 29 11:08:41 2015 -0500 |
tree | 91e2b53542c83fa330b8cbad0b4fe3f36a49dc18 | |
parent | 299363d50f5210fdc17edf08391f9fa94dd5f16c [diff] [blame] |
Create [a-z]+List types that are also Values.
diff --git a/openstack/cdn/v1/services/requests.go b/openstack/cdn/v1/services/requests.go index 96922e5..62925c3 100644 --- a/openstack/cdn/v1/services/requests.go +++ b/openstack/cdn/v1/services/requests.go
@@ -235,7 +235,7 @@ ) type value interface { - toPatchValue() map[string]interface{} + toPatchValue() interface{} appropriatePath() Path }