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
0653a46101e17af24283334de301dab6dcbf4bd5
greenlight
/
internal
/
data
History
Maxime Delporte
19a844ea2e
All checks were successful
Deploy Greenlight API / deploy (push)
Successful in 1m0s
Details
Updating Insert MovieModel's method inserting a new record in the movies table. Updating createMovieHandler to use Insert MovieModel's method.
2025-11-06 17:10:33 +01:00
..
models.go
Updating movies.go with MovieModel: this struct is the gateway between our app and the database. Adding CRUD methods alongside for the Movie object. Creating models.go: this file holds a Models struct wrapping all of our Models. This way, we are able to use in our application struct in our main.go.
2025-11-06 10:41:12 +01:00
movies.go
Updating Insert MovieModel's method inserting a new record in the movies table. Updating createMovieHandler to use Insert MovieModel's method.
2025-11-06 17:10:33 +01:00
runtime.go
Updating createMovieHandler accepting data.Runtime for the Runtime field. Updating internal/data/runtime.go with the json.Unmarshaler interface to transform our client's runtime string field '%d mins' into a Runtime type format.
2025-10-27 20:03:52 +01:00