Complete project pivot (#55)

Complete project pivot
This commit is contained in:
2022-01-12 08:57:21 +01:00
committed by GitHub
parent 70aa5332a9
commit bd581db472
46 changed files with 2638 additions and 1396 deletions

10
proto/Makefile Normal file
View File

@@ -0,0 +1,10 @@
.PHONY: requirements portal
all: requirements portal
requirements:
@go mod download
@go install storj.io/drpc/cmd/protoc-gen-go-drpc@latest
portal:
protoc --go_out=paths=source_relative:. --go-drpc_out=paths=source_relative:. portal/*.proto