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:
riotpiaole
2026-06-21 16:59:35 -07:00
commit db02d0fa7f
7 changed files with 363 additions and 0 deletions
+11
View File
@@ -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