File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
protoc-gen-grpc-gateway/descriptor Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -451,7 +451,16 @@ var (
451
451
}
452
452
453
453
wellKnownTypeConv = map [string ]string {
454
- ".google.protobuf.Timestamp" : "runtime.Timestamp" ,
455
- ".google.protobuf.Duration" : "runtime.Duration" ,
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" ,
456
465
}
457
466
)
You can’t perform that action at this time.
0 commit comments