-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuf.gen.yaml
33 lines (33 loc) · 1.59 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
version: v1
plugins:
- name: go
path: bin/protoc-gen-go
out: gen
opt:
- paths=source_relative
- name: go-vtproto
path: bin/protoc-gen-go-vtproto
out: gen
opt:
- paths=source_relative
- features=marshal+unmarshal+size+pool
- pool=github.com/planetscale/vitess-types/gen/vitess/query/dev.Row
- pool=github.com/planetscale/vitess-types/gen/vitess/query/dev.BoundQuery
- pool=github.com/planetscale/vitess-types/gen/vitess/binlogdata/dev.VStreamRowsResponse
- pool=github.com/planetscale/vitess-types/gen/vitess/query/v16.Row
- pool=github.com/planetscale/vitess-types/gen/vitess/query/v16.BoundQuery
- pool=github.com/planetscale/vitess-types/gen/vitess/binlogdata/v16.VStreamRowsResponse
- pool=github.com/planetscale/vitess-types/gen/vitess/query/v17.Row
- pool=github.com/planetscale/vitess-types/gen/vitess/query/v17.BoundQuery
- pool=github.com/planetscale/vitess-types/gen/vitess/binlogdata/v17.VStreamRowsResponse
- pool=github.com/planetscale/vitess-types/gen/vitess/query/v18.Row
- pool=github.com/planetscale/vitess-types/gen/vitess/query/v18.BoundQuery
- pool=github.com/planetscale/vitess-types/gen/vitess/binlogdata/v18.VStreamRowsResponse
- pool=github.com/planetscale/vitess-types/gen/vitess/query/v19.Row
- pool=github.com/planetscale/vitess-types/gen/vitess/query/v19.BoundQuery
- pool=github.com/planetscale/vitess-types/gen/vitess/binlogdata/v19.VStreamRowsResponse
- name: connect-go
path: bin/protoc-gen-connect-go
out: gen
opt:
- paths=source_relative