mirror of
https://github.com/paralus/paralus.git
synced 2026-05-05 16:06:51 +00:00
23 lines
537 B
YAML
23 lines
537 B
YAML
version: v1
|
|
managed:
|
|
enabled: true
|
|
go_package_prefix:
|
|
default: github.com/RafaySystems/rcloud-base/components/common
|
|
except:
|
|
- buf.build/googleapis/googleapis
|
|
- buf.build/grpc-ecosystem/grpc-gateway
|
|
- buf.build/gogo/protobuf
|
|
plugins:
|
|
- name: go
|
|
out: .
|
|
opt: paths=source_relative
|
|
- name: go-grpc
|
|
out: .
|
|
opt:
|
|
- paths=source_relative
|
|
- require_unimplemented_servers=false
|
|
- name: grpc-gateway
|
|
out: .
|
|
opt: paths=source_relative
|
|
- name: openapiv2
|
|
out: gen/openapi |