fail2ban-prometheus-exporter/server
Hector 11c4b26c0b refactor: move server setup code to new package (!90)
* Move code setting up the HTTP server to it's own package
* This helps clean up the `main` function and make it easier to read
* Rename the `BasicAuthMiddleware` to remove reference to Basic since it can now handle any type of auth type

https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/-/merge_requests/90
2023-06-21 10:58:43 +00:00
..
auth.go refactor: move server setup code to new package (!90) 2023-06-21 10:58:43 +00:00
auth_test.go refactor: move server setup code to new package (!90) 2023-06-21 10:58:43 +00:00
handler.go refactor: move server setup code to new package (!90) 2023-06-21 10:58:43 +00:00
server.go refactor: move server setup code to new package (!90) 2023-06-21 10:58:43 +00:00