-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot handle grpc gateway options #6
Comments
@nonpcnpc Sorry about not getting to this earlier. I'll take care of the grpc annotations parsing so the parser won't break. The parser will however not try to parse the option value but just return the content between the curly braces. This is to avoid getting into grpc specific parsing. It can however be done outside of this parser with the option value which is returned by the invoking code. This is a bug. About the external dependencies (imports), I'll look into providing a flag using which invokers can choose to instruct the parser not to complain about such imports. This is an enhancement request. I'll create a different issue for it. |
#7 is opened for the enhancement part of this ticket. CC @nonpcnpc |
This is now fixed in 0.3.0 branch. Closing. |
It looks like the library cannot handle rpc options - specifically I am using the grpc gateway annotations:
also it will complain about external dependencies(imports) which I'm not interested in.
The text was updated successfully, but these errors were encountered: