debug

package
v0.0.0-...-de24375 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ControlStepper

type ControlStepper interface {
	Controller
	stepper.Stepper
}

func NewStepper

func NewStepper(signals []*step.ConditionalSignal, steps []*step.Step, o ...opts.Opt[stepper.Opts]) ControlStepper

type Controller

type Controller interface {
	Replay()
	PreviousStep()

	// Step allows for the next Step to take place. Similar to "step over"
	// in a debugger.
	Step()
}

type ControllerFactory

type ControllerFactory interface {
	Controller
	stepper.Factory
}

func NewFactory

func NewFactory(o ...opts.Opt[stepper.Opts]) ControllerFactory

type HandleEntry

type HandleEntry struct {
	Data   *engine.TemplateData
	Handle stepper.Step
}

Jump to

Keyboard shortcuts

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