feat: add a gRPC endpoint

This commit is contained in:
Simon Delicata
2025-05-22 15:24:04 +02:00
committed by GitHub
parent 7e57190724
commit a4469d5b7a
10 changed files with 680 additions and 90 deletions

View File

@ -15,3 +15,6 @@ check:
image:
docker build -t $(IMAGE_NAME) .
protoc:
protoc --proto_path . ./grpc.proto --go-grpc_out=./ --go_out=./