https://github.com/codeblooded/grpc-proto
gRPC-defined protobufs for peripheral services such as health checking, load balancing, etc.
https://github.com/codeblooded/grpc-proto
Last synced: 4 months ago
JSON representation
gRPC-defined protobufs for peripheral services such as health checking, load balancing, etc.
- Host: GitHub
- URL: https://github.com/codeblooded/grpc-proto
- Owner: codeblooded
- License: apache-2.0
- Fork: true (grpc/grpc-proto)
- Created: 2020-03-12T20:50:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T01:32:06.000Z (about 6 years ago)
- Last Synced: 2024-06-20T14:26:34.489Z (almost 2 years ago)
- Language: Starlark
- Homepage:
- Size: 157 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grpc-proto
This repository contains common protocol definitions for peripheral services
around gRPC such as health checking, load balancing etc..
## Planned Usage
For ease of development, proto files will still be copied to the other gRPC
repositories (e.g., `grpc/grpc`, `grpc/grpc-go`, etc.). Sanity tests will be
added to verify that common proto files match the "ground truth" files contained
here.
## Directory Structure
The directory structure should match the protocol package. For example,
`health.proto` in package `grpc.health.v1` will be placed in
`grpc/health/v1/health.proto`.