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 }