Scaffold new system

This commit is contained in:
2025-10-23 01:57:26 +08:00
parent fc37796026
commit 37cbc78f9b
36 changed files with 41 additions and 4024 deletions

View File

@@ -1,11 +0,0 @@
PROTO_DIR := pkg/pb
PROTO_FILES := $(shell find $(PROTO_DIR) -name '*.proto')
.PHONY: proto
proto:
@echo "Generating Go code from Protobuf..."
protoc \
--go_out=. --go_opt=paths=source_relative \
--go-grpc_out=. --go-grpc_opt=paths=source_relative \
$(PROTO_FILES)
@echo "Protobuf generation complete."