middleware-manager/config
hhftechnologies d8f5b44d56 Refactor defers, switches, and small fixes
Replace direct defers that ignored returned errors with explicit defer func() { _ = ... }() and use blank-assignment for Setenv/RemoveAll/Close to satisfy error-checking and ensure closures run. Convert several if-else chains to switch for clarity (status filter, test server path matching), switch strings.Replace to strings.ReplaceAll, and normalize some error/log message casing. These changes are minor refactors across handlers, services, database and tests to improve lint compliance and readability.
2026-04-16 08:02:03 +05:30
..
config_test.go updated-test-files-mtlsbugsfix 2026-01-17 13:12:44 +05:30
defaults.go Refactor defers, switches, and small fixes 2026-04-16 08:02:03 +05:30
service_default.go bug-deleting-services-middleware 2026-01-13 17:48:15 +05:30
templates.yaml remove-IPWhiteList-deprecated 2026-01-21 19:27:23 +05:30
templates_services.yaml services-int 2025-05-05 12:35:30 +05:30