From c12b0a2457fc881592b07b88497bab90d097cab9 Mon Sep 17 00:00:00 2001 From: Thomas FOUBERT Date: Sat, 3 Aug 2024 23:00:32 -0400 Subject: [PATCH] init PR --- internal/pkg/queue/index/index.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/pkg/queue/index/index.go b/internal/pkg/queue/index/index.go index a4ca8d32..7cc42044 100644 --- a/internal/pkg/queue/index/index.go +++ b/internal/pkg/queue/index/index.go @@ -8,7 +8,8 @@ import ( type Index struct { sync.Mutex - index map[string][]*blob + index map[string][]*blob + orderedHosts []string }