-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from squzy/scheduler-restart
Add cache
- Loading branch information
Showing
18 changed files
with
3,055 additions
and
2,344 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/usr/bin/env bash | ||
protoc -I./proto --go_out=plugins=grpc:./generated proto/proto/v1/*.proto; | ||
protoc -I./proto --go_out=./generated --go-grpc_out=./generated proto/proto/v1/*.proto; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
304 changes: 3 additions & 301 deletions
304
generated/github.com/squzy/squzy_proto/squzy_agent_server.pb.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.