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
_V2
I would like to be able to generate V2 protobuf code (https://github.com/grpc/grpc-swift/blob/f3380d217ebd7f5a939115736bcc19fe1752fee9/Plugins/GRPCSwiftPlugin/plugin.swift#L73). I was able to do it manually like the following:
protoc --swift_out=. \ --swift_opt=FileNaming=DropPath \ --grpc-swift_out=. \ --grpc-swift_opt=Client=true,Server=false,FileNaming=DropPath,_V2=true \ proto/my.proto
but it seems the rules_swift doesn't accept this option (
rules_swift/proto/compilers/swift_proto_compiler_macros.bzl
Line 39 in 86dc0f0
would it be possible to add it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I would like to be able to generate V2 protobuf code (https://github.com/grpc/grpc-swift/blob/f3380d217ebd7f5a939115736bcc19fe1752fee9/Plugins/GRPCSwiftPlugin/plugin.swift#L73). I was able to do it manually like the following:
but it seems the rules_swift doesn't accept this option (
rules_swift/proto/compilers/swift_proto_compiler_macros.bzl
Line 39 in 86dc0f0
would it be possible to add it?
The text was updated successfully, but these errors were encountered: