Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ unknown-cli:
cargo run -- validate -p test/spidermonkey.wasm -c test/unknown-fields.yaml

install:
@echo "if this fails, be sure to install protoc via: https://grpc.io/docs/protoc-installation/"
@echo "check PROTOC: `which protoc`"
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.32.0
cargo install protobuf-codegen@3.2.0
Expand All @@ -19,6 +20,7 @@ generate: install
protoc --experimental_allow_proto3_optional \
--rust_out=proto/v1/src \
--go_out=proto/v1/go \
--php_out=proto/v1/php \
proto/v1/api.proto

generate-web-list-mods-response:
Expand Down
18 changes: 9 additions & 9 deletions proto/v1/go/modsurferpb/api.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

130 changes: 130 additions & 0 deletions proto/v1/php/AuditModulesRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading