Go to file
wyh 8d41cd6101 update 2023-11-03 15:53:03 +08:00
pb update 2023-11-03 15:53:03 +08:00
protos 代码相对完善 2022-01-20 17:07:00 +08:00
service update 2023-11-03 15:53:03 +08:00
.gitignore update 2023-11-03 15:53:03 +08:00
1.PNG 代码相对完善 2022-01-20 17:07:00 +08:00
README.md 代码相对完善 2022-01-20 17:07:00 +08:00
cert.pem update 2023-11-03 15:53:03 +08:00
go.mod update 2023-11-03 15:53:03 +08:00
main.go update 2023-11-03 15:53:03 +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

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