use grpc and grpc gateway

This commit is contained in:
2025-05-21 11:17:07 +02:00
parent 396ccc28f4
commit 4bd0ddb6b8
13 changed files with 850 additions and 2158 deletions

View File

@@ -15,6 +15,8 @@ PROTOC_GEN_OPENAPIV2 ?= protoc-gen-openapiv2
all: generate
generate:
cp ../osu_music.proto proto/osu_music.proto
$(PROTOC) \
-I $(PROTO_DIR) \
-I $(GOOGLEAPIS_DIR) \
@@ -27,4 +29,4 @@ generate:
clean:
rm -rf $(OUT_DIR)
.PHONY: all generate clean
.PHONY: all generate clean