Other changes include: * Also removing httprouter mux in favour of gorilla for being more mature and having more integrations and resources available for debugging. * Adding http middlewares for logging req processing time and handling authentication. TODO: Need to add context in the middleware as well. Will be useful for logging and debugging. |
||
|---|---|---|
| .. | ||
| api | ||
| models | ||
| rest | ||
| services | ||
| storage | ||
| url | ||
| utils | ||
| .gitignore | ||
| config.yml | ||
| go.mod | ||
| go.sum | ||
| Makefile | ||
| README.md | ||
| server.go | ||
internal-tools-server
This is the server-side repo for the internal tools framework