-
Notifications
You must be signed in to change notification settings - Fork 0
/
buf.gen.yaml
55 lines (55 loc) · 1.52 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
version: v1
plugins:
- remote: buf.build/protocolbuffers/plugins/go:v1.28.1-1
out: gen/go
opt:
- paths=source_relative
- remote: buf.build/grpc/plugins/go:v1.2.0-1
out: gen/go
opt:
- paths=source_relative
- require_unimplemented_servers=false
- remote: buf.build/grpc-ecosystem/plugins/grpc-gateway:v2.14.0-1
out: gen/go
opt:
- paths=source_relative
- generate_unbound_methods=true
- allow_delete_body=true
- remote: buf.build/grpc-ecosystem/plugins/openapiv2:v2.14.0-1
out: gen/openapiv2
opt:
- allow_delete_body=true
- remote: buf.build/stephenh/plugins/ts-proto:v1.136.1-0
out: gen/node
opt:
- context=true
- forceLong=string
- esModuleInterop=true
- env=node
- useOptionals=messages
- outputEncodeMethods=true
- outputJsonMethods=true
- outputPartialMethods=true
- stringEnums=true
- outputClientImpl=true
- addGrpcMetadata=true
- useDate=false
- outputServices=grpc-js
- unrecognizedEnum=false
- snakeToCamel=false
- remote: buf.build/stephenh/plugins/ts-proto:v1.136.1-0
out: gen/web
opt:
- forceLong=string
- esModuleInterop=true
- env=browser
- useOptionals=messages
- outputEncodeMethods=false
- outputJsonMethods=false
- outputPartialMethods=true
- stringEnums=true
- outputClientImpl=false
- useDate=false
- outputServices=none
- unrecognizedEnum=false
- snakeToCamel=false