Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/usage-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/usage-api
7
- name: go-grpc
8
out: go
9
opt:
10
- module=github.com/gitpod-io/gitpod/usage-api
11
12
- name: ts_proto
13
out: typescript/src
14
path: typescript/node_modules/.bin/protoc-gen-ts_proto
15
opt:
16
- context=true
17
- lowerCaseServiceMethods=true
18
- stringEnums=true
19
- fileSuffix=.pb
20
- outputServices=nice-grpc,outputServices=generic-definitions,useExactTypes=false
21
22