feat: make watchdog itself configurable

This commit is contained in:
DaanSelen
2026-04-22 16:29:07 +02:00
parent ec3a996d6a
commit fa832bd1e0
12 changed files with 59 additions and 53 deletions
+3 -2
View File
@@ -19,8 +19,9 @@ type Timestamps struct {
ExpiresAt time.Time
}
type State struct {
ID int `gorm:"primaryKey;not null;"`
type Command struct {
ID int `gorm:"primaryKey;not null;"`
State string
// unspecified
// video
// presentation