type Janitor struct {
Keepalive int `yaml:"keepalive,omitempty" json:"keepalive,omitempty"`
StaleJob int `yaml:"stale_job,omitempty" json:"stale_job,omitempty"`
CleanInterval int `yaml:"clean_interval,omitempty" json:"clean_interval,omitempty"`
// contains filtered or unexported fields
}