Created a devices service and moved the CDashDisplay service to the sahdow realm

This commit is contained in:
2026-08-25 14:46:20 +01:00
parent fe86993c6d
commit f4bde52f40
19 changed files with 444 additions and 184 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"fmt"
"log/slog"
"esdi/cdashdisplay"
"esdi/devices/cdashdisplay"
tviewh "esdi/tui/internal/tview_helpers"
"github.com/gdamore/tcell/v2"
+1 -1
View File
@@ -3,7 +3,7 @@ package views
import (
"fmt"
"esdi/cdashdisplay"
"esdi/devices/cdashdisplay"
"esdi/telemetry"
"github.com/rivo/tview"