From 08bed8d76911c9f004a2997c550687351faa52ce Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 29 Apr 2020 15:40:37 +0200 Subject: dashboard/app: fix linter warnings --- dashboard/app/handler.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'dashboard/app/handler.go') diff --git a/dashboard/app/handler.go b/dashboard/app/handler.go index 62294811c..561547793 100644 --- a/dashboard/app/handler.go +++ b/dashboard/app/handler.go @@ -104,11 +104,6 @@ type uiNamespace struct { Caption string } -type uiRedirect struct { - From string - To string -} - type cookieData struct { Namespace string `json:"namespace"` } -- cgit mrf-deployment