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
81
Commits
1
Branch
0
Tags
0653a46101e17af24283334de301dab6dcbf4bd5
Commit Graph
3 Commits
Author
SHA1
Message
Date
Maxime Delporte
040ace30ad
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.
All checks were successful
Deploy Greenlight API / deploy (push)
Successful in 58s
Details
2025-10-27 20:03:52 +01:00
Maxime Delporte
bc21c4cf87
Use Runtime type instead of int32 in our Movie struct.
All checks were successful
Deploy Greenlight API / deploy (push)
Successful in 54s
Details
2025-10-21 16:29:11 +02:00
Maxime Delporte
cc588a1dc0
Adding 'Advanced JSON Customization' section in the README.md. Creating a runtime type (internal/data/runtime.go) to show how we can customize a JSON field.
All checks were successful
Deploy Greenlight API / deploy (push)
Successful in 56s
Details
2025-10-21 16:26:06 +02:00