Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/content-service-api/buf.gen.yaml
2492 views
1
version: v1
2
plugins:
3
- name: go
4
out: go
5
opt:
6
- module=github.com/gitpod-io/gitpod/content-service/api
7
- name: go-grpc
8
out: go
9
opt:
10
- module=github.com/gitpod-io/gitpod/content-service/api
11
12
- name: js
13
out: typescript/src
14
opt: import_style=commonjs,binary
15
16
- name: protoc-gen-grpc
17
path: typescript/node_modules/.bin/grpc_tools_node_protoc_plugin
18
out: typescript/src
19
opt:
20
- grpc_js
21
22
- name: protoc-gen-ts
23
path: typescript/node_modules/.bin/protoc-gen-ts
24
out: typescript/src
25
opt:
26
- grpc_js
27
28