Documentation ¶ Index ¶ type DaggerEngine func (b *DaggerEngine) GetEngine() *dagger.Client func (b *DaggerEngine) Start(ctx context.Context, options ...dagger.ClientOpt) (..., error) type Engine func New(l logger.Log) Engine Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type DaggerEngine ¶ type DaggerEngine struct { // contains filtered or unexported fields } func (*DaggerEngine) GetEngine ¶ func (b *DaggerEngine) GetEngine() *dagger.Client func (*DaggerEngine) Start ¶ func (b *DaggerEngine) Start(ctx context.Context, options ...dagger.ClientOpt) (*dagger. Client, error) type Engine ¶ type Engine interface { Start(ctx context.Context, options ...dagger.ClientOpt) (*dagger.Client, error) GetEngine() *dagger.Client } func New ¶ func New(l logger.Log) Engine Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.