package
0.5.61
Repository: https://github.com/jumppad-labs/jumppad.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

NewDocker creates a new Docker client.
NewDockerTasks creates a DockerTasks with the given Docker client.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

DockerTasks is a concrete implementation of ContainerTasks which uses the Docker SDK.

# Interfaces

ContainerTasks is a task oriented client which abstracts the underlying container technology from the providers this allows different concrete implementations such as Docker, or ContainerD without needing to change the provider code.
Docker defines an interface for a Docker client go:generate mockery --name Docker --filename docker.go.