Skip to content

Commit

Permalink
feat: delete rpc (#3)
Browse files Browse the repository at this point in the history
* feat: delete rpc

* ignore lines starting with /
  • Loading branch information
23doors authored Jun 2, 2020
1 parent 1a972ba commit 9e93121
Show file tree
Hide file tree
Showing 15 changed files with 641 additions and 116 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ commands:
parameters:
version:
type: string
default: "3.12.1"
default: "3.12.2"
steps:
- run:
name: Install protoc
Expand Down Expand Up @@ -33,7 +33,7 @@ commands:
- run:
name: Verify if all files are clean
command: |
git diff --exit-code
git diff -G'^[^\/]' --exit-code
jobs:
Expand Down
91 changes: 70 additions & 21 deletions gen/go/syncano/codebox/broker/v1/broker.pb.go

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

2 changes: 1 addition & 1 deletion gen/go/syncano/codebox/filerepo/v1/repo.pb.go

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

83 changes: 66 additions & 17 deletions gen/go/syncano/codebox/lb/v1/runner.pb.go

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

2 changes: 1 addition & 1 deletion gen/go/syncano/codebox/lb/v1/workerplug.pb.go

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

Loading

0 comments on commit 9e93121

Please sign in to comment.