-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
For example
given proto def
rpc Version(google.protobuf.Empty) returns(google.protobuf.Struct);
with server response impl
resp := &structpb.Struct{
Fields: map[string]*structpb.Value{
"proto_version": {Kind: &structpb.Value_StringValue{
StringValue: "aabbcc",
}},
},
}which expect:
{"proto_version":"aabbcc"}
but got:
{"fields":{"proto_version":{"string_value":"aabbcc"}}}
Metadata
Metadata
Assignees
Labels
No labels