# Packages
Package connhelper provides helpers for connecting to a remote daemon host with custom logic.
# Functions
New returns a new buildkit client.
WithCredentials configures the TLS parameters of the client.
WithServerConfig configures the TLS parameters to connect to the server.
WithServerConfigSystem configures the TLS parameters to connect to the server, using the system's certificate pool.
# Structs
ListWorkersInfo is a payload for worker list query.
WorkerInfo contains information about a worker.
# Interfaces
ListWorkersOption is an option for a worker list query.