mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-24 14:31:47 +01:00
7 lines
136 B
Go
7 lines
136 B
Go
package model
|
|
|
|
// Watch holds data necessary for watch configuration
|
|
type Watch struct {
|
|
Schedule string `yaml:"schedule,omitempty"`
|
|
}
|