mirror of
https://github.com/crazy-max/diun.git
synced 2026-01-04 03:55:00 +01:00
Move insecure_tls and timeout options to registry option Rename Bolt bucket Change default schedule Review registry client
9 lines
216 B
Go
9 lines
216 B
Go
package model
|
|
|
|
// Watch holds data necessary for watch configuration
|
|
type Watch struct {
|
|
Schedule string `yaml:"schedule,omitempty"`
|
|
Os string `yaml:"os,omitempty"`
|
|
Arch string `yaml:"arch,omitempty"`
|
|
}
|