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
github.com/golang/protobuf
google.golang.org/protobuf
.proto
https://blog.golang.org/a-new-go-api-for-protocol-buffers
The text was updated successfully, but these errors were encountered:
少し試してみたが、コマンドの実行方法は下記のドキュメントを参考にした。
https://developers.google.com/protocol-buffers/docs/reference/go-generated
生成されたコードから Register○○Server が消えている。
Register○○Server
チュートリアルの例を見ながらもう一回試してみる。
https://grpc.io/docs/tutorials/basic/go/
Sorry, something went wrong.
v2の情報がまとめてある記事を発見:eyes:
https://note.com/dd_techblog/n/n9d7f4f1df979
以下の記事も良さそう。(有料だけど)
https://medium.com/@nate510/structuring-go-grpc-microservices-dd176fdf28d0
参考になりそう。protoc-gen-goのv2を利用している。
https://dev.classmethod.jp/articles/golang-grpc-sample-project/
keitakn
No branches or pull requests
Doneの定義
github.com/golang/protobuf
がgoogle.golang.org/protobuf
に変更されている事.proto
からGoのインターフェースが生成出来る事参考情報
https://blog.golang.org/a-new-go-api-for-protocol-buffers
The text was updated successfully, but these errors were encountered: