We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
greet.v1.GreetService
The process for obtaining the service name is different Whether the grpc option is enabled.
I want to call rpc with the full service name, even when grpc is not used. Should I add a new option?
protobuf.dart/protoc_plugin/lib/src/grpc_generator.dart
Lines 36 to 43 in ccf104d
protobuf.dart/protoc_plugin/lib/src/client_generator.dart
Lines 34 to 39 in ccf104d
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The process for obtaining the service name is different Whether the grpc option is enabled.
I want to call rpc with the full service name, even when grpc is not used.
Should I add a new option?
protobuf.dart/protoc_plugin/lib/src/grpc_generator.dart
Lines 36 to 43 in ccf104d
protobuf.dart/protoc_plugin/lib/src/client_generator.dart
Lines 34 to 39 in ccf104d
The text was updated successfully, but these errors were encountered: