Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frankyang0529/longhorn-interface
longhorn grpc interfaces
https://github.com/frankyang0529/longhorn-interface
Last synced: about 1 month ago
JSON representation
longhorn grpc interfaces
- Host: GitHub
- URL: https://github.com/frankyang0529/longhorn-interface
- Owner: FrankYang0529
- Created: 2024-02-19T09:24:30.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-19T09:24:53.000Z (9 months ago)
- Last Synced: 2024-10-03T20:13:36.050Z (about 1 month ago)
- Language: Python
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# longhorn-interface
## Dependencies
* protoc 24.3
* protoc-gen-go 1.31.0
* protoc-gen-go-grpc 1.3.0
* python protobuf 4.24.3## Generate protobuf files
```
make generate_grpc
```