feat: add scripts generate proto

This commit is contained in:
2026-04-15 18:17:07 +03:00
parent 97e9458700
commit 4e6e83795a
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
protoc \
-I api/proto \
--go_out=api/gen --go_opt=paths=source_relative \
--go-grpc_out=api/gen --go-grpc_opt=paths=source_relative \
api/proto/homeops/*.proto