Skip to content

Commit 8773161

Browse files
Revert "Adding support for more well known types in descriptor" (grpc-ecosystem#813)
* Revert "Adding support for more well known types in descriptor (grpc-ecosystem#809)" This reverts commit 1659831.
1 parent 9aa2ebf commit 8773161

File tree

1 file changed

+0
-9
lines changed
  • protoc-gen-grpc-gateway/descriptor

1 file changed

+0
-9
lines changed

protoc-gen-grpc-gateway/descriptor/types.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -453,14 +453,5 @@ var (
453453
wellKnownTypeConv = map[string]string{
454454
".google.protobuf.Timestamp": "runtime.Timestamp",
455455
".google.protobuf.Duration": "runtime.Duration",
456-
".google.protobuf.StringValue": "runtime.String",
457-
".google.protobuf.BytesValue": "runtime.Bytes",
458-
".google.protobuf.Int32Value": "runtime.Int32",
459-
".google.protobuf.UInt32Value": "runtime.UInt32",
460-
".google.protobuf.Int64Value": "runtime.Int64",
461-
".google.protobuf.UInt64Value": "runtime.UInt64",
462-
".google.protobuf.FloatValue": "runtime.Float",
463-
".google.protobuf.DoubleValue": "runtime.Double",
464-
".google.protobuf.BoolValue": "runtime.Bool",
465456
}
466457
)

0 commit comments

Comments
 (0)