Move accountant to it's own deployment using gRCP
This commit is contained in:
parent
8f25f55658
commit
99da6c5d67
14 changed files with 868 additions and 64 deletions
3
Makefile
3
Makefile
|
@ -8,6 +8,9 @@ install:
|
|||
go mod download
|
||||
go install -ldflags="-X 'github.com/mdiluz/rove/pkg/version.Version=${VERSION}'" ./...
|
||||
|
||||
gen:
|
||||
protoc --proto_path pkg/accounts --go_out=plugins=grpc:pkg/accounts/ --go_opt=paths=source_relative pkg/accounts/accounts.proto
|
||||
|
||||
test:
|
||||
go mod download
|
||||
go build ./...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue