Add asset host logs ingest and UI

This commit is contained in:
Mikhail Chusavitin
2026-03-15 21:38:20 +03:00
parent 5370c1a698
commit f4cd15f0c4
19 changed files with 1374 additions and 222 deletions

View File

@@ -11,6 +11,7 @@ import (
type AssetComponentDependencies struct {
Assets *registry.AssetRepository
AssetLogs *registry.AssetEventLogRepository
Components *registry.ComponentRepository
Installations *registry.InstallationRepository
Timeline *timeline.EventRepository