We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa2ebf commit 8773161Copy full SHA for 8773161
protoc-gen-grpc-gateway/descriptor/types.go
@@ -453,14 +453,5 @@ var (
453
wellKnownTypeConv = map[string]string{
454
".google.protobuf.Timestamp": "runtime.Timestamp",
455
".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",
465
}
466
)
0 commit comments