Skip to content

Does this support ANY protobuf type? #108

Description

@banandh

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions