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
{{ message }}
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.
What do you think about adding custom validators? https://github.com/asaskevich/govalidator has support for this, would be useful for things like ensuring that a parameter is in the value of a map, for example.
The text was updated successfully, but these errors were encountered:
Seems like epic hassle though - but that go-validator also lets you put the same validations on go structs in go written rpc agents to do additional input validation for free in addition to what DDLs support, so there would be value in extending it
What do you think about adding custom validators? https://github.com/asaskevich/govalidator has support for this, would be useful for things like ensuring that a parameter is in the value of a map, for example.
The text was updated successfully, but these errors were encountered: