-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuf.gen.yaml
77 lines (76 loc) · 2.12 KB
/
buf.gen.yaml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Copyright 2024 go-dataspace
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
version: v2
managed:
enabled: true
override:
- file_option: go_package_prefix
value: github.com/bufbuild/buf-tour
plugins:
# Go
- out: gen/go
opt: paths=source_relative
remote: buf.build/protocolbuffers/go
- remote: buf.build/grpc/go
out: gen/go
opt: paths=source_relative
# JS/TS
- remote: buf.build/connectrpc/es:v1.5.0
out: gen/es
- remote: buf.build/bufbuild/es:v1.10.0
out: gen/es
# Ruby
- remote: buf.build/grpc/ruby:v1.66.1
out: gen/ruby
- remote: buf.build/protocolbuffers/ruby:v27.4
out: gen/ruby
# Kotlin/Java
- remote: buf.build/grpc/kotlin:v1.4.1
out: gen/kotlin
- remote: buf.build/protocolbuffers/kotlin:v24.4
out: gen/kotlin
- remote: buf.build/grpc/java:v1.66.0
out: gen/java
- remote: buf.build/protocolbuffers/java:v25.3
out: gen/java
# PHP
- remote: buf.build/grpc/php:v1.66.1
out: gen/php
- remote: buf.build/protocolbuffers/php:v27.4
out: gen/php
# Swift
- remote: buf.build/connectrpc/swift:v0.14.0
out: gen/swift
- remote: buf.build/apple/swift:v1.26.0
out: gen/swift
# C++
- remote: buf.build/grpc/cpp:v1.66.1
out: gen/cpp
- remote: buf.build/protocolbuffers/cpp:v27.4
out: gen/cpp
# Dart
- remote: buf.build/protocolbuffers/dart:v21.1.2
out: gen/dart
opt:
- grpc
# Rust
- remote: buf.build/community/neoeinstein-prost:v0.4.0
out: gen/rust
# Python
- remote: buf.build/grpc/python:v1.66.1
out: gen/python
- remote: buf.build/protocolbuffers/python:v27.4
out: gen/python
inputs:
- directory: proto