inetmock/buf.gen.yaml
Peter Kurfer 02eaa3fde5
Implement profiling service
- Generate gRPC/Protobuf code with buf
- Unify import aliases
- Add pprof subcommand to collect profiles via socket
2021-11-17 16:42:37 +01:00

16 lines
344 B
YAML

version: v1
managed:
enabled: true
java_multiple_files: true
optimize_for: CODE_SIZE
go_package_prefix:
default: gitlab.com/inetmock/inetmock/pkg
except:
- buf.build/googleapis/googleapis
plugins:
- name: go
out: ./pkg/
opt: paths=source_relative
- name: go-grpc
out: ./pkg/
opt: paths=source_relative