Skip to content

Commit

Permalink
added proto stuff, WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Nov 29, 2023
1 parent c74cb11 commit 1e9a294
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions proto/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Compress go gRPC


```bash
cd proto/models
ls | xargs -I {} mkdir -p ../generated/{}
ls | xargs -I {} protoc --go_out=../generated/{} --go_opt=paths=source_relative \
--go-grpc_out=../generated/{} --go-grpc_opt=paths=source_relative \
{}
``````
Empty file added proto/models/credential.proto
Empty file.
Empty file added proto/models/customer.proto
Empty file.

0 comments on commit 1e9a294

Please sign in to comment.