package
0.0.0-20230918061241-7ae29b85948f
Repository: https://github.com/hashicorp/vagrant-plugin-sdk.git
Documentation: pkg.go.dev

# Functions

DebugPauseDefault is the default pause function when using the DebugRunner if no PauseFn is specified.
if returns step only if on is true.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
This is the key set in the state bag when using the basic runner to signal that the step sequence was cancelled.
This is the key set in the state bag when a step halted the sequence.

# Structs

BasicRunner is a Runner that just runs the given slice of steps.
BasicStateBag implements StateBag by using a normal map underneath protected by a RWMutex.
DebugRunner is a Runner that runs the given set of steps in order, but pauses between each step until it is told to continue.

# Interfaces

Runner is a thing that runs one or more steps.
StateBag holds the state that is used by the Runner and Steps.
Step is a single step that is part of a potentially large sequence of other steps, responsible for performing some specific action.
StepWrapper is an interface that wrapped steps can implement to expose their inner step names to the debug runner.

# Type aliases

DebugLocation is the location where the pause is occurring when debugging a step sequence.
DebugPauseFn is the type signature for the function that is called whenever the DebugRunner pauses.
A StepAction determines the next step to take regarding multi-step actions.