Files
diun/internal/model/watch.go
2019-06-30 23:14:49 +02:00

8 lines
180 B
Go

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