Improve documentation and add more tests

This commit is contained in:
2026-01-15 06:41:23 +01:00
parent 9c3beddf54
commit 8f0bb907ff
12 changed files with 2185 additions and 42 deletions

View File

@@ -64,7 +64,7 @@ func newTagger() {
func Init() {
initOnce.Do(func() {
newTagger()
repository.RegisterJobJook(jobTagger)
repository.RegisterJobHook(jobTagger)
})
}