VSChina / magic-modules

Magic Modules: Automagically generate Google Cloud Platform support for OSS
Apache License 2.0
1 stars 4 forks source link

Enhancement for expand/flatten function redeclarations checking #41

Closed houkms closed 5 years ago

houkms commented 5 years ago

This PR updates the checking rules for expand/flatten function redeclarations. Two properties are treated to use a same expand/flatten function as long as

  1. They have the same go_type_name
  2. Their sub-properties are with the same structure and same go_type_name
houkms commented 5 years ago

This PR solves the issue #29.