feat: make watchdog itself configurable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user