runner

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: May 4, 2023 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActionRunnerOrchestrator

type ActionRunnerOrchestrator struct {
	VerboseFlag bool

	// --- Internal ---
	PrepareFunc func(o *ActionRunnerOrchestrator, ctx common.Context) error

	ExtractInstructionsFunc func(
		o *ActionRunnerOrchestrator,
		commandFolderItem *models.CommandFolderItemInfo,
		anchorfilesRepoPath string) (*models.InstructionsRoot, *errors.PromptError)

	RunInstructionActionFunc func(
		o *ActionRunnerOrchestrator,
		action *models.Action) *errors.PromptError

	RunInstructionWorkflowFunc func(
		o *ActionRunnerOrchestrator,
		workflow *models.Workflow,
		actions []*models.Action) *errors.PromptError
	// contains filtered or unexported fields
}

func NewOrchestrator

func NewOrchestrator(commandFolderName string) *ActionRunnerOrchestrator

Jump to

Keyboard shortcuts

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