Go to file
wyh 9c0daee45d 代码相对完善 2022-01-20 17:07:00 +08:00
pb 代码相对完善 2022-01-20 17:07:00 +08:00
protos 代码相对完善 2022-01-20 17:07:00 +08:00
.gitignore 代码相对完善 2022-01-20 17:07:00 +08:00
1.PNG 代码相对完善 2022-01-20 17:07:00 +08:00
README.md 代码相对完善 2022-01-20 17:07:00 +08:00
cert.pem 代码相对完善 2022-01-20 17:07:00 +08:00
go.mod 代码相对完善 2022-01-20 17:07:00 +08:00
key.pem 代码相对完善 2022-01-20 17:07:00 +08:00
main.go 代码相对完善 2022-01-20 17:07:00 +08:00

README.md

grpc-client

  • 获取组件

  • go get -u google.golang.org/grpc

  • 生成 pb 文件

  • protoc --proto_path=./protos ./protos/*.proto --go_out=plugins=grpc:./pb

  • 客户端使用的证书需与服务端一致