Documentation
¶
Overview ¶
Package config contains configuration options of the data retrieval.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Refresh Refresh `yaml:"refresh"`
Jobs []string `yaml:"jobs,flow"`
JobsSpec map[string]JobSpec `yaml:"spec"`
}
Config describes of data retrieval jobs.
type JobConfig ¶
type JobConfig struct {
Spec JobSpec
Docker *client.Client
Marker *dbmarker.Marker
FSPool *resources.Pool
}
JobConfig describes a job configuration.
Click to show internal directories.
Click to hide internal directories.