How to determine whether "bool" is defined ?
Opened this issue · 1 comments
xiaogu-space commented
IsVisible bool `json:"isVisible" vd:"$!nil"`
I get the error "validating".
andeya commented
Cannot be null when binding parameters:
IsVisible bool `json:"isVisible,required"`
Value can not be nil when validating:
IsVisible *bool `json:"isVisible" vd:"$!=nil"`