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
echo" --grpc-out This option allows overriding the left-half of the 'grpc_out=' argument (before the colon) with grpc-node and grpc-web code generation. Options are: generate_package_definition, grpc_js or grpc(depricated from April 2021). Defaults to grpc_js."
@turgayozgur what kind of setting are you interested in setting in --grpc_out for go?
I ask because some of the config options are exposed via other more specific flags in the script.
GEN_STRING is not supporting to set --grpc_out for go language:
docker-protoc/all/entrypoint.sh
Line 318 in 89631f0
However, it is supported for some of the languages like csharp:
docker-protoc/all/entrypoint.sh
Line 367 in 89631f0
How can I get the
_grpc output
for golang?The text was updated successfully, but these errors were encountered: