chore: scaffold Go module, codegen tooling, and shared runtime config
Sets up go.mod/go.sum, buf (proto codegen) configuration, and the env-driven Config shared by the message-plane server and queue-operator.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
version: v2
|
||||
plugins:
|
||||
- local: protoc-gen-go
|
||||
out: .
|
||||
opt: paths=source_relative
|
||||
- local: protoc-gen-go-grpc
|
||||
out: .
|
||||
opt: paths=source_relative
|
||||
- local: protoc-gen-grpc-gateway
|
||||
out: .
|
||||
opt: paths=source_relative
|
||||
Reference in New Issue
Block a user