Skip to content

Commit

Permalink
chore: regenerate the files after making changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chinaran authored and johanbrandhorst committed Jan 22, 2020
1 parent a86a0d6 commit 92f8f88
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions examples/clients/abe/api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1624,8 +1624,6 @@ paths:
get:
tags:
- "camelCaseServiceName"
summary: "Create a new ABitOfEverything"
description: "This API creates a new ABitOfEverything"
operationId: "Empty"
parameters: []
responses:
Expand Down
3 changes: 1 addition & 2 deletions examples/clients/abe/api_camel_case_service_name.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ var (
type CamelCaseServiceNameApiService service

/*
CamelCaseServiceNameApiService Create a new ABitOfEverything
This API creates a new ABitOfEverything
CamelCaseServiceNameApiService
* @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return interface{}
Expand Down
2 changes: 0 additions & 2 deletions examples/proto/examplepb/a_bit_of_everything.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1926,8 +1926,6 @@
},
"/v2/example/empty": {
"get": {
"summary": "Create a new ABitOfEverything",
"description": "This API creates a new ABitOfEverything",
"operationId": "Empty",
"responses": {
"200": {
Expand Down

0 comments on commit 92f8f88

Please sign in to comment.