Documentation
¶
Overview ¶
Package worker contains the core of the autodeb worker. It creates all dependencies injects them at the right place.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ServerURL string
WorkingDirectory string
WriterOutput io.Writer
WriterError io.Writer
}
Config contains configuration for Worker
Click to show internal directories.
Click to hide internal directories.