Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support RegisterValidationCtx() #93

Open
jonas0616 opened this issue Jun 19, 2023 · 0 comments
Open

Support RegisterValidationCtx() #93

jonas0616 opened this issue Jun 19, 2023 · 0 comments

Comments

@jonas0616
Copy link

In validator.v10, apart from using RegisterValidation() to register validator.Func, it could also use RegisterValidationCtx() to register validator.FuncCtx. This enables you to validate parameters using an additional context.Context that is passed in.

However, this does not yet enable passing gin.Context to validator.FuncCtx. When validating the parameters, it is necessary to replace validator.Validate.Struct() with validator.Validate.StructCtx() and pass down *gin.Context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant