aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/handler.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-04-29 15:40:37 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-04-29 16:32:33 +0200
commit08bed8d76911c9f004a2997c550687351faa52ce (patch)
tree1d29890e39d27bb31c15c1c6fb63357809bded11 /dashboard/app/handler.go
parent496a08ae323ec183c03c43427675610e6edf5378 (diff)
dashboard/app: fix linter warnings
Diffstat (limited to 'dashboard/app/handler.go')
-rw-r--r--dashboard/app/handler.go5
1 files changed, 0 insertions, 5 deletions
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"`
}