From fdbf6a61600745b5cb1022117dcd9b06d392dc84 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Tue, 23 Feb 2021 19:00:44 +0300 Subject: - Remove unneeded mutex from the `http.Workers` method. - Rename `checker` plugin package to `status`, remove `/v1` endpoint prefix (#557) - Add static, headers, status, gzip plugins to the `main.go`. Signed-off-by: Valery Piashchynski --- plugins/checker/config.go | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 plugins/checker/config.go (limited to 'plugins/checker/config.go') diff --git a/plugins/checker/config.go b/plugins/checker/config.go deleted file mode 100644 index 5f952592..00000000 --- a/plugins/checker/config.go +++ /dev/null @@ -1,5 +0,0 @@ -package checker - -type Config struct { - Address string -} -- cgit v1.2.3