You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was looking for a feature where one should be able call a function which takes input as multiple Validate(value interface{}, rules ...Rule) function and processes the validation in sequence and returns error if any validation fails and thereby stops validation.
Or
Convert Validate(value interface{}, rules ...Rule) to type so that once can leverage it in its use cases
The text was updated successfully, but these errors were encountered:
It was looking for a feature where one should be able call a function which takes input as multiple
Validate(value interface{}, rules ...Rule)
function and processes the validation in sequence and returns error if any validation fails and thereby stops validation.Or
Convert
Validate(value interface{}, rules ...Rule)
to type so that once can leverage it in its use casesThe text was updated successfully, but these errors were encountered: