commercetools / rmf-codegen

Provides RAML code generators based on RMF.
Apache License 2.0
13 stars 7 forks source link

Go: Implement support for pattern properties #282

Closed mvantellingen closed 2 years ago

mvantellingen commented 2 years ago

The pattern properties are added to the struct. If only one pattern is in the struct (most often the case) the name ExtraValues is used.

Otherwise the index is appended (e.g. ExtraValues2)