We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MacOS
1.24.x
v1.15.x
in requests the ctx in PrepareForValidation always nil
func (r *UserRequest) PrepareForValidation(ctx http.Context, data validation.Data) error { fmt.Println("PrepareForValidation") fmt.Println(ctx) return nil }
The text was updated successfully, but these errors were encountered:
Thanks! Good catch.
Sorry, something went wrong.
Please create fix PRs based on the v1.15.x branch, it will be released to v1.15.4.
Successfully merging a pull request may close this issue.
Before feedback (在反馈之前)
Operating System (操作系统)
MacOS
Golang Version (Go 版本)
1.24.x
Goravel Version (Goravel 版本)
v1.15.x
Describe The Problem (描述问题)
in requests the ctx in PrepareForValidation always nil
Reproduction Code (复现代码或截图)
The text was updated successfully, but these errors were encountered: