We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Golang Server (Maybe Others) creates identical stubs for endpoints with multiple tags. The Golang compiler disallows redeclaration.
4.1.2
Create golang server stubs with a spec with an endpoint that has multiple tags
Similar behavior for ASP.net: #2844
The text was updated successfully, but these errors were encountered:
this also happens on clients.
swagger-codegen bug here: swagger-api/swagger-codegen#9471 swagger-codegen solution here: swagger-api/swagger-codegen#9472
EDIT: looks like this is not the case as you can pass in -pstructPrefix=true and it does not occur for clients. dunno about servers though.
-pstructPrefix=true
Sorry, something went wrong.
No branches or pull requests
Description
Golang Server (Maybe Others) creates identical stubs for endpoints with multiple tags. The Golang compiler disallows redeclaration.
openapi-generator version
4.1.2
Steps to reproduce
Create golang server stubs with a spec with an endpoint that has multiple tags
Related issues/PRs
Similar behavior for ASP.net:
#2844
The text was updated successfully, but these errors were encountered: