mirror of
https://github.com/Alexander-D-Karpov/concord.git
synced 2026-03-16 22:04:15 +03:00
20 lines
481 B
YAML
20 lines
481 B
YAML
version: v1
|
|
managed:
|
|
enabled: true
|
|
go_package_prefix:
|
|
default: github.com/Alexander-D-Karpov/concord/api/gen/go
|
|
plugins:
|
|
- plugin: buf.build/protocolbuffers/go
|
|
out: gen/go
|
|
opt:
|
|
- paths=source_relative
|
|
- plugin: buf.build/grpc/go
|
|
out: gen/go
|
|
opt:
|
|
- paths=source_relative
|
|
- plugin: buf.build/grpc-ecosystem/openapiv2
|
|
out: gen/openapiv2
|
|
opt:
|
|
- allow_merge=true
|
|
- merge_file_name=concord
|
|
- openapi_naming_strategy=fqn |