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 Aug 26, 2022. It is now read-only.
What were you trying to do?
All data objects need to be properly validated. This involves ensuring their formatting is accepted for the underlying type or they're containing only acceptable characters.
Customers Version:
v0.5.0-dev
What were you trying to do?
All data objects need to be properly validated. This involves ensuring their formatting is accepted for the underlying type or they're containing only acceptable characters.
Library: github.com/go-ozzo/ozzo-validation
Example: https://github.com/moov-io/identity/blob/master/pkg/client/validation.go
What did you expect to see?
Data should only be accepted if it is valid.
Implementation Notes
Please do this one package/file at a time. A big change across the project might conflict with other changes in-flight.
The text was updated successfully, but these errors were encountered: