Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { JobCapacity int `yaml:"job_capacity"` JobPollInterval time.Duration `yaml:"job_poll_interval"` SmallObjectSize int `yaml:"small_object_size_bytes"` TempDir string `yaml:"temp_dir"` }
func (*Config) RegisterFlags ¶
type Worker ¶
type Worker struct { *services.BasicService // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.