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
8954318e400a69ac1116184156c8090b43d922ec
greenlight
/
cmd
/
api
History
Maxime Delporte
8954318e40
Some checks failed
Deploy Greenlight API / deploy (push)
Failing after 15m11s
Details
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
..
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
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
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