mwitkow / go-proto-validators

Generate message validators from .proto annotations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is_in_enum combined with int_gt doesn't work

SavostinVladimir opened this issue · comments

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