package
57.1.0
Repository: https://github.com/taskcluster/taskcluster.git
Documentation: pkg.go.dev

# README

d2g

The d2g repo is intended to contain the following tooling:

  • A go library for converting Docker Worker task payloads into Generic Worker task payloads
  • A CLI wrapper for the above go library

Eventually this library will be used in Generic Worker, in order to support Docker Worker task payloads. On detecting that a claimed task has a Docker Worker payload, it will use the d2g library to convert the payload into its own native format, before validating and executing it.

The intention is that this library will also be helpful to users wishing to convert Docker Worker task payloads directly to Generic Worker native task payloads, as it is intended to eventually deprecate the Docker Worker payload format entirely.

# 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.

# 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