Create an initial gRPC service
This commit adds protobuf files and tooling surrounding generating APIs and datatypes.
This commit is contained in:
parent
e8277595f5
commit
b096a2e7e5
6 changed files with 143 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -25,3 +25,6 @@ config.yaml
|
|||
.idea
|
||||
|
||||
test_output/
|
||||
|
||||
# Protobuf generated code
|
||||
gen/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue