lerenn / asyncapi-codegen

An AsyncAPI Golang Code generator that generates all Go code from the broker to the application/user. Just plug your application to your favorite message broker!
Apache License 2.0
78 stars 21 forks source link

fix(generators): v3 marshalling with additional properties #184

Closed matoous closed 3 months ago

matoous commented 3 months ago

Fix generated code for marshalling additional properties. The test case for the behaviour relied on a harcoded struct name that should have used the templated name of the generated struct instead.

lerenn commented 3 months ago

Hello @matoous ! Thanks for your interest in this project ☺️

Good catch ! I must have missed it when developping it, sorry about that ! I'll merge it ASAP !