From 1aaf9d04a7765d5c9292eabc4bb57dd445d9eae2 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Thu, 28 Apr 2022 16:10:58 +0200 Subject: [PATCH] fix: hashstructure --- api/handler.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/handler.go b/api/handler.go index 183dba627..78a3fe85a 100644 --- a/api/handler.go +++ b/api/handler.go @@ -21,9 +21,9 @@ type Handler struct { Debug bool `export:"true"` CurrentConfigurations *safe.Safe Statistics *types.Statistics `description:"Enable more detailed statistics" export:"true"` - Stats *thoas_stats.Stats `json:"-"` - StatsRecorder *middlewares.StatsRecorder `json:"-"` - DashboardAssets *assetfs.AssetFS `json:"-"` + Stats *thoas_stats.Stats `json:"-" hash:"-"` + StatsRecorder *middlewares.StatsRecorder `json:"-" hash:"-"` + DashboardAssets *assetfs.AssetFS `json:"-" hash:"-"` } var (