fiber/middleware/logger
Juan Calderon-Perez 0f046ccf9d v3: Use Named Fields Instead of Positional and Align Structures to Reduce Memory Usage (#3079)
* Use composites for internal structures. Fix alignment of structures across Fiber

* Update struct alignment in test files

* Enable alignment check with govet

* Fix ctx autoformat unit-test

* Revert app Config struct. Add betteralign to Makefile

* Disable comment on alert since it wont work for forks

* Update benchmark.yml

* Update benchmark.yml

* Remove warning from using positional fields

* Update router.go
2024-07-25 08:42:10 -04:00
..
config.go v3: Use Named Fields Instead of Positional and Align Structures to Reduce Memory Usage (#3079) 2024-07-25 08:42:10 -04:00
data.go v3: Use Named Fields Instead of Positional and Align Structures to Reduce Memory Usage (#3079) 2024-07-25 08:42:10 -04:00
default_logger.go 🐛 bug: Use Content-Length for bytesReceived and bytesSent tags in Logger Middleware (#3066) 2024-07-25 08:41:38 -04:00
logger.go chore: change interface{} to any (#2796) 2024-01-14 23:04:54 +03:00
logger_test.go v3: Use Named Fields Instead of Positional and Align Structures to Reduce Memory Usage (#3079) 2024-07-25 08:42:10 -04:00
tags.go 🐛 bug: Use Content-Length for bytesReceived and bytesSent tags in Logger Middleware (#3066) 2024-07-25 08:41:38 -04:00
template_chain.go 👷 v3 (ci): fix some linter warnings 2023-02-09 22:33:45 +03:00
utils.go Merge remote-tracking branch 'origin/master' into v3-beta 2022-08-19 14:33:31 +03:00