feat(tester): migrate from gRPC to REST
This commit is contained in:
parent
6613b03b6c
commit
a560715ae8
40 changed files with 403 additions and 961 deletions
10
Makefile
10
Makefile
|
@ -1,13 +1,9 @@
|
|||
tag = latest
|
||||
|
||||
|
||||
gen:
|
||||
@buf generate
|
||||
dev:
|
||||
@make gen
|
||||
@oapi-codegen --config=config.yaml ./proto/tester/v1/openapi.yaml
|
||||
dev: gen
|
||||
@go run main.go
|
||||
|
||||
build:
|
||||
@make gen
|
||||
build: gen
|
||||
@docker build . -t ms-tester:${tag}
|
||||
@#docker push ms-tester:${tag}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue