https://github.com/linka-cloud/protoc-gen-client
https://github.com/linka-cloud/protoc-gen-client
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/linka-cloud/protoc-gen-client
- Owner: linka-cloud
- License: apache-2.0
- Created: 2022-05-09T11:07:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T15:55:48.000Z (over 2 years ago)
- Last Synced: 2024-12-30T07:21:23.780Z (5 months ago)
- Language: Go
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# protoc-gen-client
*This project is currently in **alpha**. The API should be considered unstable and likely to change*
**protoc-gen-client** is a protoc plugin to generate go grpc clients.
#### ⚠️ Streams are not supported
## Installation
```bash
go get go.linka.cloud/protoc-gen-client
```