add reading tags from pre-cached
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-24 07:51:03 +03:00
parent eef26aba0a
commit afacaf4f14
4 changed files with 35 additions and 6 deletions

View File

@@ -58,7 +58,8 @@ func main() {
trackProcessor := processor.NewTrackProcessor(db, yandexClient, downloaderComponent, taggerComponent, telegramClient)
adminHandler := admin.NewHandler(db, telegramClient, yandexClient, startTime)
// Передаем taggerComponent в admin.NewHandler
adminHandler := admin.NewHandler(db, telegramClient, yandexClient, taggerComponent, startTime)
inlineHandler := bot.NewInlineHandler(yandexClient, trackProcessor, telegramClient)
// 5. Создание и запуск приложения