first commit

This commit is contained in:
2025-04-13 20:27:20 +03:00
commit b20847c998
21 changed files with 1327 additions and 0 deletions

6
generate_grpc.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
protoc \
--go_out=paths=source_relative:./api/generated/v1 \
--go-grpc_out=paths=source_relative:./api/generated/v1 \
-I./api/proto/v1 \
./api/proto/v1/*.proto