From 5cb52c33013681ccbb34e689776e28d155d35eff Mon Sep 17 00:00:00 2001 From: Vangelis Katikaridis Date: Tue, 28 Apr 2020 14:19:31 +0200 Subject: [PATCH] #128 fix linting Signed-off-by: Vangelis Katikaridis --- component/http/cache_builder.go | 1 + 1 file changed, 1 insertion(+) diff --git a/component/http/cache_builder.go b/component/http/cache_builder.go index c5438fafe..5119cc32c 100644 --- a/component/http/cache_builder.go +++ b/component/http/cache_builder.go @@ -22,6 +22,7 @@ type RouteCache struct { errors []error } +// Age defines the route cache life-time boundaries for cached objects type Age struct { // Min adds a minimum age for the cache responses. // This will avoid cases where a single client with high request rate and no cache control headers might effectively disable the cache