Skip to content

Commit

Permalink
Regenerate files
Browse files Browse the repository at this point in the history
These were overwritten by mistake in a recent merge
  • Loading branch information
johanbrandhorst committed Sep 18, 2020
1 parent 141dba3 commit b23e577
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ paths:
schema:
$ref: "#/definitions/examplepbGenerateUnboundMethodsSimpleMessage"
default:
description: "An unexpected error response"
description: "An unexpected error response."
schema:
$ref: "#/definitions/runtimeError"
/grpc.gateway.examples.internal.examplepb.GenerateUnboundMethodsEchoService/EchoBody:
Expand All @@ -53,7 +53,7 @@ paths:
schema:
$ref: "#/definitions/examplepbGenerateUnboundMethodsSimpleMessage"
default:
description: "An unexpected error response"
description: "An unexpected error response."
schema:
$ref: "#/definitions/runtimeError"
/grpc.gateway.examples.internal.examplepb.GenerateUnboundMethodsEchoService/EchoDelete:
Expand All @@ -75,7 +75,7 @@ paths:
schema:
$ref: "#/definitions/examplepbGenerateUnboundMethodsSimpleMessage"
default:
description: "An unexpected error response"
description: "An unexpected error response."
schema:
$ref: "#/definitions/runtimeError"
definitions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},
"default": {
"description": "An unexpected error response",
"description": "An unexpected error response.",
"schema": {
"$ref": "#/definitions/runtimeError"
}
Expand Down Expand Up @@ -58,7 +58,7 @@
}
},
"default": {
"description": "An unexpected error response",
"description": "An unexpected error response.",
"schema": {
"$ref": "#/definitions/runtimeError"
}
Expand Down Expand Up @@ -91,7 +91,7 @@
}
},
"default": {
"description": "An unexpected error response",
"description": "An unexpected error response.",
"schema": {
"$ref": "#/definitions/runtimeError"
}
Expand Down
Empty file modified examples/internal/proto/pathenum/path_enum.pb.go
100644 → 100755
Empty file.
Empty file modified examples/internal/proto/sub/message.pb.go
100644 → 100755
Empty file.
Empty file modified examples/internal/proto/sub2/message.pb.go
100644 → 100755
Empty file.

0 comments on commit b23e577

Please sign in to comment.