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
protoc-gen-go-triple 在一个proto文件有多个service的情况下有bug proto文件 注释没有 // var没有换行 SetConsumerService和SetProviderService多service下一定会重复定义 利用ServiceName修改成SetConsumeAService和SetConsumerBService,可避免重复定义。
The text was updated successfully, but these errors were encountered:
fix: that protoc-gen-go-triple cannot generate normally when a proto …
fca0a3a
…file has multiple services. (#2647) fixed #2646
8b7e35d
…file has multiple services. (apache#2647) fixed apache#2646
Successfully merging a pull request may close this issue.
Environment
Issue description
protoc-gen-go-triple 在一个proto文件有多个service的情况下有bug
proto文件
注释没有 //
var没有换行
SetConsumerService和SetProviderService多service下一定会重复定义
利用ServiceName修改成SetConsumeAService和SetConsumerBService,可避免重复定义。
The text was updated successfully, but these errors were encountered: