-
Notifications
You must be signed in to change notification settings - Fork 186
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
Implement package
specifier
#90
Labels
Comments
sigurdm
pushed a commit
to sigurdm/protobuf
that referenced
this issue
Dec 10, 2018
Client stubs should extend Client and use $createCall to create ClientCall objects. The super-class will handle merging the per-client call options with the per-RPC options. And make it easier to refactor call generation code.
I think we could generate |
Too long ago for me, but dart_package sounds like the same thing yeah @sigurdm |
OK, thanks for the update. Closing this one in favor of #295 as that one has more details. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any way to implement the package option?
https://developers.google.com/protocol-buffers/docs/proto3#packages
The text was updated successfully, but these errors were encountered: