Validation error: "invalid interface type"
RobyFerro opened this issue · 0 comments
RobyFerro commented
Validations returns an error even if the incoming request is compliant with the validation structure.
Returns the following error:
unreadable: invalid interface type: could not find str field
This may be caused by the reflection logic.
In fact govalidator may have some issue if the target interface type is not explicitly declared.