-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Go echo server codegen #9224
Conversation
This is the first iteration, it works but probably needs a lot of improvements.
Fix the outputdir
@ph4r5h4d I have confirmed that the generated
|
I'll take a look into the items you've mentioned and will issue an update by the end of the week. |
Can you kindly check again and see if everything is fine? |
Overall it looks good to start with 👍 I'll merge this and file another PR with minor enhancements. Thanks for the new generator! |
This is the first draft for go-echo-server codegen for OpenAPI-codegen. the purpose is that we are internally using Go Echo, and we needed to create this codegen. Still, I thought that it might be worth sharing it with everyone.
Related issue: #9093
I'm not a Java guru, and I mostly used go-gin-codegen codes to build this new codegen, and it's a bit opinionated.
Kindly let me know what needs to be done so we can merge this PR.
@antihax @grokify @kemokemo @jirikuncar
Kindly let me know what needs to be improved.