mirror of
https://github.com/lorsanstand/HomeOps-Hub.git
synced 2026-06-19 13:15:17 +03:00
feat: add scripts generate proto
This commit is contained in:
Executable
+7
@@ -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
|
||||
Reference in New Issue
Block a user