mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-10 16:31:24 +00:00
13 lines
422 B
YAML
13 lines
422 B
YAML
|
#!/usr/bin/env -S go run github.com/bufbuild/buf/cmd/buf generate -o internal/testpb internal/testpb/test.proto --template
|
||
|
---
|
||
|
version: "v1"
|
||
|
plugins:
|
||
|
- name: 'go'
|
||
|
path: ["go", "run", "google.golang.org/protobuf/cmd/protoc-gen-go"]
|
||
|
out: '.'
|
||
|
opt: 'paths=source_relative'
|
||
|
- name: 'go-grpc'
|
||
|
out: '.'
|
||
|
path: ["go", "run", "google.golang.org/grpc/cmd/protoc-gen-go-grpc"]
|
||
|
opt: 'paths=source_relative'
|