Skip to content

Commit

Permalink
feat: generate database_grpc to support unary calls
Browse files Browse the repository at this point in the history
  • Loading branch information
vinland-avalon committed Mar 23, 2023
1 parent f86480c commit 0f46f63
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,12 @@ jobs:
- name: Go protbuf generation
run: |
make go
if git status --porcelain=v1; then
if git status --porcelain=v1 | wc -l; then
echo "go_proto_conflicts=true" >> $GITHUB_ENV
else
echo "go_proto_conflicts=false" >> $GITHUB_ENV
fi
git status --porcelain=v1
- name: Check protobuf generation
if: ${{ env.go_proto_conflicts == 'true' }}
run: |
Expand Down
176 changes: 176 additions & 0 deletions go/greptime/v1/database_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0f46f63

Please sign in to comment.