diff --git a/internal/repository/footprintWorker.go b/internal/taskManager/footprintService.go similarity index 74% rename from internal/repository/footprintWorker.go rename to internal/taskManager/footprintService.go index 2aa0c2b..28a5a72 100644 --- a/internal/repository/footprintWorker.go +++ b/internal/taskManager/footprintService.go @@ -2,7 +2,7 @@ // All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. -package repository +package taskManager -func (r *JobRepository) footprintWorker() { +func registerFootprintWorker() { }