feat: downloader
This commit is contained in:
parent
b9c1a98895
commit
42e7924be9
37 changed files with 2422 additions and 94 deletions
5
pkg/scheduler/config.go
Normal file
5
pkg/scheduler/config.go
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
package scheduler
|
||||
|
||||
type Config struct {
|
||||
Enabled bool `env:"ENABLED" envDefault:"true"`
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue