reference implementation of go app

This commit is contained in:
2025-03-30 18:08:16 -04:00
parent b95fb8f90b
commit 4bd50b75b9
14 changed files with 1352 additions and 16 deletions

22
proto/google/README.md Normal file
View File

@ -0,0 +1,22 @@
# Google API Proto
These are required for grpc-gateway. Ideally these are either
added to a git submodule, retrieved from a Makefile, downloaded by
buf, or retrieved by a CI job.
**These are not guaranteed to be up to date**
## Repo and Files
These come from the following repo, and are required for
grpc gateway [per their documentation]()
* Repo: [googleapis git repo](https://github.com/googleapis/googleapis)
* Docs: [grpc-gateay docs](https://github.com/grpc-ecosystem/grpc-gateway?tab=readme-ov-file#2-with-custom-annotations)
### Files
- [annotations.proto](https://raw.githubusercontent.com/googleapis/googleapis/refs/heads/master/google/api/annotations.proto)
- [field_behavior.proto](https://github.com/googleapis/googleapis/raw/refs/heads/master/google/api/field_behavior.proto)
- [http.proto](https://github.com/googleapis/googleapis/raw/refs/heads/master/google/api/http.proto)
- [httpbody.proto](https://github.com/googleapis/googleapis/raw/refs/heads/master/google/api/httpbody.proto)