De-scope - remove swagger docs and http proxy
HTTP proxy was becoming annoying to maintain, and gRPC is easier to use anyway swagger docs are just part of the fallout
This commit is contained in:
parent
bffe539d77
commit
7d780d05bd
4 changed files with 3 additions and 38 deletions
2
Makefile
2
Makefile
|
@ -20,8 +20,6 @@ gen:
|
|||
@echo Generating rove server gRPC and gateway
|
||||
protoc --proto_path proto --go_out=plugins=grpc,paths=source_relative:pkg/ proto/rove/rove.proto
|
||||
protoc --proto_path proto --grpc-gateway_out=paths=source_relative:pkg/ proto/rove/rove.proto
|
||||
@echo Generating rove server swagger
|
||||
protoc --proto_path proto --swagger_out=logtostderr=true:pkg/ proto/rove/rove.proto
|
||||
|
||||
test:
|
||||
@echo Unit tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue