# README
d2g
d2g is a go library for converting legacy Docker Worker tasks into native Generic Worker tasks.
This library is used internally by Generic Worker, in order to run tasks that were originally intended for Docker Worker. On detecting that a claimed task has a Docker Worker payload, Generic Worker will first convert it to its own native format before validating and executing the task.
For users wishing to convert Docker Worker tasks to Generic Worker tasks at
source, please see the taskcluster d2g
cli subcommand.
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
Convert transforms a Docker Worker task payload into an equivalent Generic Worker Multiuser POSIX task payload.
No description provided by the author
Scopes takes a slice of Docker Worker task scopes and returns a slice of equivalent Generic Worker scopes.
# Variables
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author