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
As an alternative to specify validation rules in configuration, it should be fairly straightforward to have those rules defined as struct tags. This pattern is common in languages with annotation support and would make unit testing of validation rules easier (as well as sidestepping some of the JSON and YAML layout issues with validation rules)
The text was updated successfully, but these errors were encountered:
As an alternative to specify validation rules in configuration, it should be fairly straightforward to have those rules defined as struct tags. This pattern is common in languages with annotation support and would make unit testing of validation rules easier (as well as sidestepping some of the JSON and YAML layout issues with validation rules)
The text was updated successfully, but these errors were encountered: