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
82 stars 22 forks source link

Use operationId for method names if provided. #105

Closed derfenix closed 8 months ago

lerenn commented 8 months ago

Hello ! Thanks for your PR !

I'll review ASAP ! :)

lerenn commented 8 months ago

Great job ! I added a few modification as there is always a name in the channel and the operationName should always be namified.

Thanks for your contribution !