-
Notifications
You must be signed in to change notification settings - Fork 6k
[Go] add go server codegen template #2979
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
Conversation
| # Swagger generated server | ||
|
|
||
| ## Overview | ||
| This server was generated by the [swagger-codegen](https://github.com/swagger-api/swagger-codegen) project. By using the [OpenAPI-Spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate a server stub. This is an example of building a node.js server. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
README wasn't updated. This line references a node.js server. Also, instructions for running the server are missing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch, I have added instruction for running the server. this is still the initial PR, we need to extend it later.
|
@guohuang thanks for the PR. I'll merge it tomorrow (Tuesday) |
|
@ysqi |
For #2970
@wing328 this is the initial commit for the go server codegen, there is no implementation for the endpoint, all returning 200 now. welcome for any feedback.
cc: @peterbourgon see if this works for you.