This commit is contained in:
CrazyMax
2019-06-09 19:55:52 +02:00
parent 4614a7568d
commit e2386f0df1

View File

@@ -2,7 +2,7 @@ package model
// Watch holds data necessary for watch configuration
type Watch struct {
Workers int `yaml:"int,omitempty"`
Workers int `yaml:"workers,omitempty"`
Schedule string `yaml:"schedule,omitempty"`
Os string `yaml:"os,omitempty"`
Arch string `yaml:"arch,omitempty"`