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

Every structure that have a reference should have a `Follow()` and its parents have a `Get<structure>` #146

Open lerenn opened 3 months ago

lerenn commented 3 months ago

Every structure that have a reference should have a Follow() and its parents have a Get<structure>, as this would automatically get the real structure.