Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/serving/handler.go')
-rw-r--r--internal/serving/handler.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/internal/serving/handler.go b/internal/serving/handler.go
deleted file mode 100644
index 60b8dba9..00000000
--- a/internal/serving/handler.go
+++ /dev/null
@@ -1,7 +0,0 @@
-package serving
-
-// LegacyHandler is a struct that encapsulates legacy ResponseWriter and
-// Request with all the details about a domain / address that needs to be
-// served
-type LegacyHandler struct {
-}