package
0.0.0-20240912000334-72b4f51d4a83
Repository: https://github.com/sheikhrachel/workbench.git
Documentation: pkg.go.dev

# Functions

CreateRouterWithMiddleware is a function that will create a new gin router and set up the general middleware that we need for the application.
InitCall is a function that will set up the call context for the application using the ENV and REGION environment variables.
SetCorsOnRouter sets up the cors configuration on the router.
SetupTimeoutMiddleware sets up the timeout middleware functionality on the router.
StartRouter starts the router on port 8080.