Documentation ¶
Index ¶
Constants ¶
View Source
const ( EnvDaggerCloudToken = "DAGGER_CLOUD_TOKEN" EnvGPUSupport = "_EXPERIMENTAL_DAGGER_GPU_SUPPORT" )
View Source
const InstrumentationLibrary = "dagger.io/client.drivers"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connector ¶
type Connector interface { // Connect creates a connection to a dagger instance. // // Connect can be called multiple times during attempts to establish a // connection - but a connector can choose to block this call until // previously returned connections have been closed. Connect(ctx context.Context) (net.Conn, error) }
type Driver ¶
type DriverOpts ¶
Click to show internal directories.
Click to hide internal directories.