wombat icon indicating copy to clipboard operation
wombat copied to clipboard

Does this support ANY protobuf type?

Open banandh opened this issue 1 year ago • 0 comments

Hi - I have a proto defined with ANY as type

message Request{ google.protobuf.Any request = 1; }

message Response{ google.protobuf.Any response = 1; }

How does this tool helps with customizing this ANY object in request? I see some limitations with other gRPC client tools, wombat supports any object?

banandh avatar Sep 14 '23 11:09 banandh