mirror of
https://github.com/crazy-max/diun.git
synced 2026-01-02 19:17:39 +01:00
Allow overriding os and architecture when watching
Move insecure_tls and timeout options to registry option Rename Bolt bucket Change default schedule Review registry client
This commit is contained in:
@@ -3,4 +3,6 @@ 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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user