From 92f8f8839f996dbd462e63bcc6b0f4aa5a865ef6 Mon Sep 17 00:00:00 2001 From: Alan Wang Date: Wed, 22 Jan 2020 19:44:48 +0800 Subject: [PATCH] chore: regenerate the files after making changes --- examples/clients/abe/api/swagger.yaml | 2 -- examples/clients/abe/api_camel_case_service_name.go | 3 +-- examples/proto/examplepb/a_bit_of_everything.swagger.json | 2 -- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/examples/clients/abe/api/swagger.yaml b/examples/clients/abe/api/swagger.yaml index bcb92338096..ab5f7a80719 100644 --- a/examples/clients/abe/api/swagger.yaml +++ b/examples/clients/abe/api/swagger.yaml @@ -1624,8 +1624,6 @@ paths: get: tags: - "camelCaseServiceName" - summary: "Create a new ABitOfEverything" - description: "This API creates a new ABitOfEverything" operationId: "Empty" parameters: [] responses: diff --git a/examples/clients/abe/api_camel_case_service_name.go b/examples/clients/abe/api_camel_case_service_name.go index f5835bbe031..80d867e660c 100644 --- a/examples/clients/abe/api_camel_case_service_name.go +++ b/examples/clients/abe/api_camel_case_service_name.go @@ -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{} diff --git a/examples/proto/examplepb/a_bit_of_everything.swagger.json b/examples/proto/examplepb/a_bit_of_everything.swagger.json index e357ff5ffd7..14e86590d21 100644 --- a/examples/proto/examplepb/a_bit_of_everything.swagger.json +++ b/examples/proto/examplepb/a_bit_of_everything.swagger.json @@ -1926,8 +1926,6 @@ }, "/v2/example/empty": { "get": { - "summary": "Create a new ABitOfEverything", - "description": "This API creates a new ABitOfEverything", "operationId": "Empty", "responses": { "200": {