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
AccessToken string
WorkingDirectory string
LogLevel log.Level
RunnerCount int
}
Config contains configuration for Worker
Click to show internal directories.
Click to hide internal directories.