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 was archived by the owner on Jan 14, 2022. It is now read-only.
I have a use case where I have a buffer of JSON that I would like to use binder to deserialize and validate for me. Would it be helpful to add io.Reader oriented interface binder which could be used for this?
This way I can leverage the same validation code for http wrapped sources of data like multipart/form-data.
e.g. JSONReaderBinder(reader *Reader.io, userStruct binding.FieldMapper) binding.Errors