fiber/middleware/idempotency
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
idempotency.go ♻️ v3: fix!: ContextKey collisions (#2781) 2024-01-04 09:44:45 +01:00
idempotency_test.go feat: make golangci-lint config stricter (#2874) 2024-03-17 13:46:20 +01:00
locker.go v3: Use Named Fields Instead of Positional and Align Structures to Reduce Memory Usage (#3079) 2024-07-25 08:42:10 -04:00
locker_test.go fix: Inconsistent and flaky unit-tests (#2892) 2024-03-08 20:03:13 +01:00
response.go v3: Use Named Fields Instead of Positional and Align Structures to Reduce Memory Usage (#3079) 2024-07-25 08:42:10 -04:00
response_msgp.go ctx: change signatures of GetReqHeaders and GetRespHeaders (#2650) 2023-09-28 08:31:31 +02:00
response_msgp_test.go chore: Enabling shuffling, cleanup and consistency across tests (#2931) 2024-03-24 20:54:56 +01:00