schnutibox/buf.gen.yaml
Marvin Steadfast ae35d9ab41
Some checks failed
continuous-integration/drone/push Build is failing
uses buf for compiling proto files and implements the server service
2021-05-05 11:14:17 +02:00

15 lines
275 B
YAML

---
version: v1beta1
plugins:
- name: go
out: pkg/api/v1
opt: paths=source_relative
- name: go-grpc
out: pkg/api/v1
opt: paths=source_relative,require_unimplemented_servers=false
- name: grpc-gateway
out: pkg/api/v1
opt: paths=source_relative