bufbuild/protovalidate-go

gen proto issue

tocomp opened this issue · 1 comments

Which protoc extension is used for protovalidate-go generation? The github.com/envoyproxy/protoc-gen-validate/validate tool no longer exists

The protovalidate project does not have a code-generation component, the validation rules are determined at runtime via proto reflection by the libraries.

The README documentation on protovalidate and protovalidate-go walks through the process of using this project.