grpcall/README.md

18 lines
339 B
Markdown
Raw Normal View History

2023-05-30 17:31:02 +08:00
# Grpcall
2023-05-30 17:30:06 +08:00
2023-05-30 17:32:27 +08:00
## Protoset file
2023-05-30 17:30:06 +08:00
```
protoc --go_out=. \
--go-grpc_out=. \
--descriptor_set_out=device.protoset \
--include_imports \
./proto3/device.proto
```
2023-05-30 17:32:00 +08:00
## Protoc version
2023-05-30 17:30:06 +08:00
```
protoc --version // libprotoc 3.20.3
```
## Credits
[https://github.com/rfyiamcool/grpcall](https://github.com/rfyiamcool/grpcall)