Refactor Tagger package. Add fsNotify Service

This commit is contained in:
2025-05-19 16:08:43 +02:00
parent 14bad81b9f
commit 85f17c0fd8
7 changed files with 131 additions and 21 deletions

View File

@@ -36,7 +36,6 @@ func Init() {
tagger.Register()
}
// jobTagger.stopTaggers = make([]Tagger, 0)
repository.RegisterJobJook(jobTagger)
})
}