go-proto-validators
go-proto-validators copied to clipboard
is_in_enum combined with int_gt doesn't work
I try to use such a syntax, but it doesn't work
[(validator.field) = {int_gt:0, is_in_enum: true}]
It makes sense for example when you use 0 value for enum INVALID, and then want to validate that enum is greater than INVALID value