engine

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2026 License: MIT Imports: 10 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 struct {
	Workflow *types.Workflow
	Events   chan Event
	// contains filtered or unexported fields
}

func New

func New(wf *types.Workflow) *Engine

func (*Engine) Results

func (e *Engine) Results() map[string]*types.StepResult

func (*Engine) Run

func (e *Engine) Run(ctx context.Context) error

type Event

type Event struct {
	Step   string
	Result *types.StepResult
}

Jump to

Keyboard shortcuts

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