This repository was archived by the owner on Oct 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathbuf.gen.yaml
More file actions
74 lines (57 loc) · 1.45 KB
/
buf.gen.yaml
File metadata and controls
74 lines (57 loc) · 1.45 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
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
---
version: v1beta1
plugins:
# Documentation
- name: doc
out: grpc/doc
opt: html,index.html
strategy: all
- name: doc
out: grpc/doc
opt: markdown,index.md
strategy: all
- name: doc
out: grpc/doc
opt: json,doc.json
strategy: all
# C++
- name: cpp
out: grpc/clients/cpp/generated
- name: cpp-grpc
out: grpc/clients/cpp/generated
path: grpc_cpp_plugin
# Go
- name: go
out: grpc/clients/go/generated
- name: go-grpc
out: grpc/clients/go/generated
- name: govalidators
out: grpc/clients/go/generated
# opt: paths=source_relative
# Java
- name: java
out: grpc/clients/java/generated/src
- name: grpc-java
out: grpc/clients/java/generated/src
path: ./tools/java/protoc-gen-grpc-java
# JavaScript and TypeScript
- name: js
out: grpc/clients/js/generated
opt: import_style=commonjs,binary
- name: node-grpc
out: grpc/clients/js/generated
opt: grpc_js
path: ./grpc/clients/js/node_modules/.bin/grpc_tools_node_protoc_plugin
- name: ts
out: grpc/clients/js/generated
path: ./grpc/clients/js/node_modules/.bin/protoc-gen-ts
- name: ts-grpc
out: grpc/clients/js/generated
opt: grpc_js
path: ./grpc/clients/js/node_modules/.bin/protoc-gen-ts
# Python
- name: python
out: grpc/clients/python/vegaapiclient/generated
- name: python-grpc
out: grpc/clients/python/vegaapiclient/generated
path: grpc_python_plugin