package
1.0.0-test.2
Repository: https://github.com/apecloud/kubeblocks.git
Documentation: pkg.go.dev

# Functions

NewDAG news an empty DAG.
No description provided by the author

# Variables

ErrPrematureStop is used to stop the Transformer chain for some purpose.

# Structs

No description provided by the author

# Interfaces

No description provided by the author
Plan defines the final actions should be executed.
PlanBuilder builds a Plan by applying a group of Transformer to an empty DAG.
TransformContext is used by Transformer.Transform.
Transformer transforms a DAG to a new version.
No description provided by the author

# Type aliases

TransformerChain chains a group Transformer together.
WalkFunc defines the action should be taken when we walk through the DAG.