openapi-generator: go-echo-server. How does this handle adding/changing API? #2198
Unanswered
eatwithforks
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, when I run `openapi-generator generate -i openapi.yaml -g go-echo-server', it generates a set of handlers, models, and other files.
But when I make code implementation changes to the handler's scaffold functions, I want the code written to stay and not get overwritten when I add a new route with the same tag.
Is there a way to "merge" the new functions to the handlers / models without erasing the existing implementations?
Beta Was this translation helpful? Give feedback.
All reactions