add reading tags from pre-cached
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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. Создание и запуск приложения
|
||||
|
||||
Reference in New Issue
Block a user