engine

package
v0.0.2-alpha.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Engine

type Engine interface {
	// Type returns the type of executor
	Type() string

	IsAvailable(config types.RunnerConfig) bool

	Load(ctx context.Context, config types.RunnerConfig) (*EngineInfo, error)

	ListIncomplete(ctx context.Context) ([]int64, error)

	Setup(ctx context.Context, pCtx *pipeline.RunnerContext) error

	StartStep(ctx context.Context, pCtx *pipeline.RunnerContext, step *pipeline.Step) error

	TailStep(ctx context.Context, pCtx *pipeline.RunnerContext, step *pipeline.Step) (io.ReadCloser, error)

	WaitStep(ctx context.Context, pCtx *pipeline.RunnerContext, step *pipeline.Step) (*State, error)

	Destroy(ctx context.Context, pCtx *pipeline.RunnerContext) error
}

func FindEngine

func FindEngine(engines []Engine, config types.RunnerConfig) (Engine, error)

type EngineInfo

type EngineInfo struct{}

type State

type State struct {
	// Container exit code
	ExitCode int
	// Container exited, true or false
	Exited bool
	// Container is OOMKilled, true or false
	OOMKilled bool
	// Container error
	Error error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL