Add email validation service

This commit is contained in:
2024-03-21 16:11:13 +01:00
parent 11f4de23d8
commit f747faed67
6 changed files with 464 additions and 84 deletions

View File

@ -6,8 +6,8 @@ CONTAINER_TOOL ?= docker
container-go-protobuf:
$(CONTAINER_TOOL) build -t gogen . && \
$(CONTAINER_TOOL) run --rm \
-v $$(pwd)/proto:/proto \
-v $$(pwd)/pkg:/pkg \
-v $$(pwd)/proto:/proto:z \
-v $$(pwd)/pkg:/pkg:z \
gogen \
protoc --go_out=/pkg/ --go_opt=paths=source_relative \
--go-grpc_out=/pkg/ --go-grpc_opt=paths=source_relative \