https://github.com/hhk7734/proto
Generated library for lol-iot Protobuf and gRPC
https://github.com/hhk7734/proto
cpp golang grpc protobuf python typescript
Last synced: 2 months ago
JSON representation
Generated library for lol-iot Protobuf and gRPC
- Host: GitHub
- URL: https://github.com/hhk7734/proto
- Owner: hhk7734
- License: mit
- Created: 2023-12-22T14:21:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T14:26:18.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T16:16:14.544Z (over 1 year ago)
- Topics: cpp, golang, grpc, protobuf, python, typescript
- Language: TypeScript
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# proto
## Development
```shell
make help
```
```shell
Usage:
make
General
help Display this help.
Development
...
```
## Install
### go
```shell
go get github.com/hhk7734/proto/gen/go@
```
### python
```shell
poetry add git+ssh://github.com/hhk7734/proto.git@#subdirectory=gen/python
```