TheThingsIndustries / protoc-gen-validate

protoc plugin to generate polyglot message validators
Apache License 2.0
1 stars 0 forks source link

Refactor module exports #9

Closed adriansmares closed 1 year ago

adriansmares commented 1 year ago

Summary

This PR refactors our fork of envoyproxy/protoc-gen-validate to actually declare itself as TheThingsIndustries/protoc-gen-validate, and also use the protobuf definition of the upstream repository which is envoyproxy/protoc-gen-validate.

This allows us to keep our custom generation code under TheThingsIndustries/protoc-gen-validate/module while using envoyproxy/protoc-gen-validate/validate as the single source of truth for the proto definitions.