Documentation ¶
Overview ¶
Package controlFlowGenerator contains the interface and implementations to generate a control flow to create a replay.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControlFlowGenerator ¶
ControlFlowGenerator is an interface to generate a control flow that runs all the required transforms on commands. Implementers of this interface should accept required inputs to be able to transform commands and generate replay.
func NewLinearControlFlowGenerator ¶
func NewLinearControlFlowGenerator(chain *transform.TransformChain) ControlFlowGenerator
NewLinearControlFlowGenerator generates a simple control flow that takes initial and real commands and transforms all of them
Click to show internal directories.
Click to hide internal directories.