mirror of
https://github.com/alibaba/higress.git
synced 2026-02-18 21:10:53 +08:00
18 lines
476 B
YAML
18 lines
476 B
YAML
# buf.gen.yaml sets up the generation configuration for all of our plugins.
|
|
# Note: buf does not allow multi roots that are within each other; as a result, the common-protos folders are
|
|
# symlinked into the top level directory.
|
|
version: v1
|
|
plugins:
|
|
- name: go
|
|
out: .
|
|
opt: paths=source_relative
|
|
- name: go-grpc
|
|
out: .
|
|
opt: paths=source_relative
|
|
- name: golang-deepcopy
|
|
out: .
|
|
opt: paths=source_relative
|
|
- name: golang-jsonshim
|
|
out: .
|
|
opt: paths=source_relative
|