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:
Marc Di Luzio 2020-07-10 00:12:35 +01:00
parent bffe539d77
commit 7d780d05bd
4 changed files with 3 additions and 38 deletions

View file

@ -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