its all events LETS GO - I still need to make it be all events

This commit is contained in:
2026-01-13 21:11:44 +00:00
parent 98e569d9be
commit 306929b8d3
12 changed files with 263 additions and 189 deletions
+7
View File
@@ -0,0 +1,7 @@
package models
import "esdi/peripheral"
type DevicesTUI struct {
Serial *peripheral.PeripheralDeviceClerk
}