https://github.com/openimsdk/protocol
https://github.com/openimsdk/protocol
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openimsdk/protocol
- Owner: openimsdk
- License: apache-2.0
- Created: 2023-07-25T03:50:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-25T06:47:21.000Z (6 months ago)
- Last Synced: 2025-12-26T20:02:50.669Z (6 months ago)
- Language: Go
- Size: 3.15 MB
- Stars: 22
- Watchers: 1
- Forks: 118
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: docs/CODEOWNERS.txt
Awesome Lists containing this project
README
# protocol
```shell
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
```
More to read [regenerate-grpc-code](https://grpc.io/docs/languages/go/quickstart/#regenerate-grpc-code).
- Run `mage` to gen rpc_caller.
## [Generate Protocol Buffers with Mage](./mage-README.md)