feat(tester): migrate from gRPC to REST

This commit is contained in:
Vyacheslav1557 2025-02-25 18:40:05 +05:00
parent 6613b03b6c
commit a560715ae8
40 changed files with 403 additions and 961 deletions

View file

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