Files
diun/internal/model/watch.go
2019-06-04 22:11:54 +02:00

7 lines
136 B
Go

package model
// Watch holds data necessary for watch configuration
type Watch struct {
Schedule string `yaml:"schedule,omitempty"`
}