Skip to content

Commit c50e9c7

Browse files
committed
pb.go
1 parent d2417e8 commit c50e9c7

File tree

4 files changed

+676
-3
lines changed

4 files changed

+676
-3
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ mysqlsh:
5050
proto:
5151
buf generate
5252

53+
proto-engine-plugin:
54+
protoc -I. \
55+
--go_out=. --go_opt=module=github.com/sqlc-dev/sqlc --go_opt=Mprotos/engine/engine.proto=github.com/sqlc-dev/sqlc/pkg/engine \
56+
--go-grpc_out=. --go-grpc_opt=module=github.com/sqlc-dev/sqlc --go-grpc_opt=Mprotos/engine/engine.proto=github.com/sqlc-dev/sqlc/pkg/engine \
57+
protos/engine/engine.proto
58+
5359
remote-proto:
5460
protoc \
5561
--go_out=. --go_opt="Minternal/remote/gen.proto=github.com/sqlc-dev/sqlc/internal/remote" --go_opt=module=github.com/sqlc-dev/sqlc \

0 commit comments

Comments
 (0)