This website requires JavaScript.
Explore
Help
Sign In
giteacraftr.sxr08
/
greenlight
Watch
1
Star
0
Fork
0
You've already forked greenlight
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a5025cd98ec0255af912eab26fafe001c4f238fe
greenlight
/
internal
History
Maxime Delporte
6ef731573b
All checks were successful
Deploy Greenlight API / deploy (push)
Successful in 55s
Details
Exporting the validation from cmd/api/movies.go to internal/data/movies.go by creating the ValidateMovie method. Updating createMovieHandler to use our new ValidateMovie method.
2025-10-28 12:07:04 +01:00
..
data
Exporting the validation from cmd/api/movies.go to internal/data/movies.go by creating the ValidateMovie method. Updating createMovieHandler to use our new ValidateMovie method.
2025-10-28 12:07:04 +01:00
validator
Creating validator.go allowing us to validate received data from our endpoints. Updating errors.go adding failedValidationResponse method allowing us to deliver a StatusUnprocessableEntity error. Updating createMovieHandler with the use of our new validator package.
2025-10-28 11:04:18 +01:00