Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gen proto issue #104

Closed
tocomp opened this issue Feb 29, 2024 · 1 comment
Closed

gen proto issue #104

tocomp opened this issue Feb 29, 2024 · 1 comment
Labels
Bug Something isn't working

Comments

@tocomp
Copy link

tocomp commented Feb 29, 2024

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

@tocomp tocomp added the Bug Something isn't working label Feb 29, 2024
@nicksnyder
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants