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
0262be65ef1c29b7f48befd427ab1cb23c89ca5f
greenlight
/
cmd
/
api
History
Maxime Delporte
0262be65ef
All checks were successful
Deploy Greenlight API / deploy (push)
Successful in 2m54s
Details
Sending background emails.
2025-12-04 14:12:55 +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
Sending background emails.
2025-12-04 14:12:55 +01:00
main.go
Adding godotenv library to use our .env file for the smtp configuration. Updating main.go adding our logger first, load our .env file, retrieve values to initialize the mail application's struct. Updating registerUserHandler sending the user_welcome.tmpl email.
2025-11-30 17:22: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
Creating registerUserHandler and registering the endpoint in our routes.go
2025-11-25 15:54:43 +01:00
server.go
Handling graceful shutdown.
2025-11-23 16:59:02 +01:00
users.go
Sending background emails.
2025-12-04 14:12:55 +01:00