package
3.2.0+incompatible
Repository: https://github.com/quay/quay-builder.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewClient returns a new connection to the Docker daemon running at the provided host.
NewRPCWriter allocates a new Writer that streams logs via an RPC client.

# Structs

Response represents a response from a Docker™ daemon.
RPCWriter implements a Writer that consumes encoded JSON data and buffers it until it has a valid JSON object and then logs it to an rpc.Client.

# Interfaces

Client is an interface for all of the Docker™ interactions required of a worker.
LogWriter represents anything that can stream Docker logs from the daemon and check if any error has occured.