You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In AIP-127 , Google introduces a {foo=bar/*} syntax for populating a variable to the URI, that the extracted value would with a bar/ prefix. gRPC-Gateway golang server works well with this syntax.
However, this plugin seems did not support this syntax well.
In AIP-127 , Google introduces a
{foo=bar/*}
syntax for populating a variable to the URI, that the extracted value would with abar/
prefix. gRPC-Gateway golang server works well with this syntax.However, this plugin seems did not support this syntax well.
For example, I have a proto file containing this:
https://github.com/usememos/memos/blob/9612c302c4e897057967112be37f1d4adc0c061c/proto/api/v1/user_service.proto#L25-L29
And with this plugin, the generated code becomes:
Which should be a syntax error near
${req.name=users/*}
.The text was updated successfully, but these errors were encountered: