runner

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NormalizeModes

func NormalizeModes(raw string) ([]string, error)

Types

type ModeResult

type ModeResult struct {
	Mode    string
	Status  string
	Message string
}

type RunOptions

type RunOptions struct {
	PixelDiffThreshold int
	AIClient           ai.Client
}

type RunResult

type RunResult struct {
	Results []ModeResult
}

func Run

func Run(ctx context.Context, cfg *config.Config, modesList []string, dryRun bool, options RunOptions) (RunResult, error)

Jump to

Keyboard shortcuts

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