# Functions
Load a configuration file.
No description provided by the author
ParseProviderWorkerConfig takes a RawMessage represneting the `workerConfig` field received from worker-manager, and returns the config and files it contains.
# Structs
The configuration for a provider.
ProviderWorkerConfig handles the configuration format provided from worker-manager providers: `{<workerName>: {config, files}}`, including some compatibility translations described in the README.
RunnerConfig defines the configuration for taskcluster-worker-starter.
The configuration that will be passed directly to the worker.
The configuration for a worker implementation.