-
Notifications
You must be signed in to change notification settings - Fork 6
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
fix: openapi converter generated route missing service id #106
Conversation
Ready for Review, where most of the changes are pointless code that gopls pointed out were optimized away. The core modification is to set the service id to the route object. There was also the historical E2E test issue where rate limiting wasn't working, I forced a new limiter to be created by means of _vid and it worked. But this has nothing to do with the converter, as no code has been changed about the converter and I don't know the reasons. |
Description
The OpenAPI converter contains an incorrect implementation that does not properly associate the converted generated routes with the service.
Checklist