middleware-manager/models
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
..
datasource.go refactoring 2026-01-11 15:24:17 +05:30
datasource_test.go Add tests and atomicize service watcher flag 2026-02-17 16:03:23 +05:30
middleware.go update 2025-04-29 11:13:11 +05:30
middleware_test.go Add tests and atomicize service watcher flag 2026-02-17 16:03:23 +05:30
middleware_types.go Refactor defers, switches, and small fixes 2026-04-16 08:02:03 +05:30
middleware_types_test.go Add tests and atomicize service watcher flag 2026-02-17 16:03:23 +05:30
mtls.go add legacy_p12 option for PKCS#12 generation 2026-03-01 13:23:10 +05:30
plugin.go refactoring 2026-01-11 15:24:17 +05:30
resource.go Fix: serversTransports from Pangolin config not passed through to Traefik 2026-03-22 11:41:16 +05:30
security.go secure-headers-implementation 2026-01-21 11:39:45 +05:30
security_test.go Add tests and atomicize service watcher flag 2026-02-17 16:03:23 +05:30
service.go services-int 2025-05-05 12:35:30 +05:30
service_test.go Add tests and atomicize service watcher flag 2026-02-17 16:03:23 +05:30
traefik_api.go refactoring 2026-01-11 15:24:17 +05:30
traefik_api_test.go Add tests and atomicize service watcher flag 2026-02-17 16:03:23 +05:30
traefik_types.go remove-IPWhiteList-deprecated 2026-01-21 19:27:23 +05:30
traefik_types_test.go Add tests and atomicize service watcher flag 2026-02-17 16:03:23 +05:30