File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
protoc-gen-grpc-gateway/descriptor Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -451,16 +451,7 @@ var (
451
451
}
452
452
453
453
wellKnownTypeConv = map [string ]string {
454
- ".google.protobuf.Timestamp" : "runtime.Timestamp" ,
455
- ".google.protobuf.Duration" : "runtime.Duration" ,
456
- ".google.protobuf.StringValue" : "runtime.StringValue" ,
457
- ".google.protobuf.BytesValue" : "runtime.BytesValue" ,
458
- ".google.protobuf.Int32Value" : "runtime.Int32Value" ,
459
- ".google.protobuf.UInt32Value" : "runtime.UInt32Value" ,
460
- ".google.protobuf.Int64Value" : "runtime.Int64Value" ,
461
- ".google.protobuf.UInt64Value" : "runtime.UInt64Value" ,
462
- ".google.protobuf.FloatValue" : "runtime.FloatValue" ,
463
- ".google.protobuf.DoubleValue" : "runtime.DoubleValue" ,
464
- ".google.protobuf.BoolValue" : "runtime.BoolValue" ,
454
+ ".google.protobuf.Timestamp" : "runtime.Timestamp" ,
455
+ ".google.protobuf.Duration" : "runtime.Duration" ,
465
456
}
466
457
)
You can’t perform that action at this time.
0 commit comments