moving cdashdisplay data handling to its backend

This commit is contained in:
2026-03-06 18:22:54 +00:00
parent de3e9784a0
commit d26dcae65f
6 changed files with 72 additions and 87 deletions
+4 -6
View File
@@ -1,9 +1,7 @@
// Package models
package models
import "esdi/cdashdisplay"
type UIWindow struct {
IDX int16
Window cdashdisplay.UIWindow
}
// type UIWindow struct {
// IDX int16
// Window cdashdisplay.UIWindow
// }