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
6b4056e0f5bd77df930831fb98176ed7ea6e1763
greenlight
/
cmd
/
api
History
Maxime Delporte
6b4056e0f5
All checks were successful
Deploy Greenlight API / deploy (push)
Successful in 1m21s
Details
Handling graceful shutdown.
2025-11-23 16:59:02 +01:00
..
errors.go
Enforcing a global rate limit.
2025-11-16 10:36:36 +01:00
healthcheck.go
Using the new error's helper methods inside our current API endpoint and with our httprouter Handlers NotFound and MethodNotAllowed (will override the default responses with our helper's methods)
2025-10-21 19:02:42 +02:00
helpers.go
Adding readString, readInt and readCSV helper functions
2025-11-11 10:29:15 +01:00
main.go
Moving starting server part into new server.go file. Using the new serve() function from this file into main.go
2025-11-23 15:54:32 +01:00
middleware.go
Configuring the Rate Limiters.
2025-11-18 20:10:55 +01:00
movies.go
Returning pagination metadata.
2025-11-15 16:51:13 +01:00
routes.go
Enforcing a global rate limit.
2025-11-16 10:36:36 +01:00
server.go
Handling graceful shutdown.
2025-11-23 16:59:02 +01:00