Skip to content

Commit c086e4d

Browse files
authored
Merge pull request #462 from parca-dev/vtprotobuf
*: Use vtprotobuf for Go protobuf generation
2 parents ea6e2f6 + 978970e commit c086e4d

File tree

16 files changed

+11626
-641
lines changed

16 files changed

+11626
-641
lines changed

buf.gen.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ plugins:
99
- name: go
1010
out: gen/proto/go
1111
opt: paths=source_relative
12-
- name: go-grpc
12+
- remote: buf.build/cerbos/plugins/vtproto:v0.2.0-1
1313
out: gen/proto/go
1414
opt:
15-
- paths=source_relative
16-
- require_unimplemented_servers=false
15+
- paths=source_relative,features=marshal+unmarshal+size+pool+grpc
1716
- name: js
1817
out: ui/packages/shared/client/src
1918
opt:

0 commit comments

Comments
 (0)