Sets up go.mod/go.sum, buf (proto codegen) configuration, and the env-driven Config shared by the message-plane server and queue-operator.
12 lines
237 B
YAML
12 lines
237 B
YAML
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
|