package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
BuildGraph constructs a graph with operation edges populated from an initial state.
HasPublic returns true if the element of this type has ToPublic transitions.
HasTransient returns true if the element of this type has Transient transitions.
InitialStatus returns the status at the source of an op-edge path.
IterateTransitions iterates the transitions for a given element and TargetStatus.
NextStatus returns the status succeeding the current one for the element and target status, if the corresponding op edge exists.
# Interfaces
Transition is used to introspect the operation transitions for elements.
# Type aliases
No description provided by the author