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
There is a problem here. If the fields of params are more than the fields of the structure in v, it will not pass the validation. Turning off validation will introduce additional validators. Is there some better way to make the code more unified?
The text was updated successfully, but these errors were encountered:
@learning-go123 sorry I don't entirely understand the question. Do you have a runnable example or some input example vs. input struct where this fails and what you would prefer to see happen?
Refer to this: #285
I wrote the following code
There is a problem here. If the fields of params are more than the fields of the structure in v, it will not pass the validation. Turning off validation will introduce additional validators. Is there some better way to make the code more unified?
The text was updated successfully, but these errors were encountered: