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

This commit is contained in:
2026-09-17 23:01:50 +01:00
parent 66012b6904
commit afc4b794bb
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"