Skip to content

Commit

Permalink
Merge pull request #462 from parca-dev/vtprotobuf
Browse files Browse the repository at this point in the history
*: Use vtprotobuf for Go protobuf generation
  • Loading branch information
brancz authored Nov 23, 2021
2 parents ea6e2f6 + 978970e commit c086e4d
Show file tree
Hide file tree
Showing 16 changed files with 11,626 additions and 641 deletions.
5 changes: 2 additions & 3 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ plugins:
- name: go
out: gen/proto/go
opt: paths=source_relative
- name: go-grpc
- remote: buf.build/cerbos/plugins/vtproto:v0.2.0-1
out: gen/proto/go
opt:
- paths=source_relative
- require_unimplemented_servers=false
- paths=source_relative,features=marshal+unmarshal+size+pool+grpc
- name: js
out: ui/packages/shared/client/src
opt:
Expand Down
Loading

0 comments on commit c086e4d

Please sign in to comment.