Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
travisjeffery committed Nov 27, 2020
1 parent d4a9736 commit f6dae5f
Show file tree
Hide file tree
Showing 188 changed files with 9,038 additions and 13,313 deletions.
8 changes: 8 additions & 0 deletions .idea/code.iml

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

8 changes: 8 additions & 0 deletions .idea/modules.xml

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

6 changes: 6 additions & 0 deletions .idea/vcs.xml

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

114 changes: 114 additions & 0 deletions .idea/workspace.xml

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

1 change: 1 addition & 0 deletions ClientSideServiceDiscovery/.go-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.15.2
10 changes: 4 additions & 6 deletions ClientSideServiceDiscovery/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,10 @@ test: $(CONFIG_PATH)/policy.csv $(CONFIG_PATH)/model.conf
.PHONY: compile
compile:
protoc api/v1/*.proto \
--gogo_out=\
Mgogoproto/gogo.proto=github.com/gogo/protobuf/proto,plugins=grpc:. \
--proto_path=\
$$(go list -f '{{ .Dir }}' -m github.com/gogo/protobuf) \
--go_out=. \
--go-grpc_out=. \
--go_opt=paths=source_relative \
--go-grpc_opt=paths=source_relative \
--proto_path=.



# END: begin
Loading

0 comments on commit f6dae5f

Please sign in to comment.