-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbuf.gen.yaml
More file actions
39 lines (39 loc) · 1.09 KB
/
buf.gen.yaml
File metadata and controls
39 lines (39 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
---
version: v2
managed:
enabled: true
disable:
- file_option: go_package
module: buf.build/googleapis/googleapis
- file_option: go_package
module: buf.build/grpc-ecosystem/grpc-gateway
- file_option: go_package
module: buf.build/bufbuild/protovalidate
override:
- file_option: go_package_prefix
value: github.com/open-edge-platform/app-orch-catalog/pkg/api
plugins:
- remote: buf.build/protocolbuffers/go:v1.28.1
out: pkg/api
opt: paths=source_relative
- remote: buf.build/grpc/go:v1.2.0
out: pkg/api
opt:
- paths=source_relative
- require_unimplemented_servers=false
- local: protoc-gen-connect-openapi
out: api/spec
strategy: all
opt:
- format=yaml
- path=openapi.yaml
- short-operation-ids
- short-service-tags
- remote: buf.build/grpc-ecosystem/gateway:v2.15.2
out: pkg/api
opt: paths=source_relative
- local: protoc-gen-doc
out: docs
opt: docs/catalog-grpcapi.tmpl,catalog-grpcapi.md