Documentation
¶
Index ¶
- Variables
- func ValidateRunnerOrder(events []TraceEvent) error
- type AutomationRunSnapshot
- type ChainSnapshot
- type Comparison
- type ConfidenceSnapshot
- type ControlFlowSnapshot
- type EvidenceSnapshot
- type GitOpsSnapshot
- type KnowledgeSnapshot
- type Mutation
- type Snapshot
- type TraceEvent
- type WorkPlanSnapshot
- type WorkTaskSnapshot
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrParityMetadata = errors.New("invalid parity metadata")
Functions ¶
func ValidateRunnerOrder ¶
func ValidateRunnerOrder(events []TraceEvent) error
Types ¶
type AutomationRunSnapshot ¶
type ChainSnapshot ¶
type Comparison ¶
func CompareSnapshots ¶
func CompareSnapshots(scenario string, current Snapshot, durable Snapshot) (Comparison, error)
func (Comparison) Equal ¶
func (c Comparison) Equal() bool
type ConfidenceSnapshot ¶
type ConfidenceSnapshot struct {
Refs []string
}
type ControlFlowSnapshot ¶
type ControlFlowSnapshot struct {
WorkerEnabled bool
DurableExecutionAuthoritative bool
ComparisonError string
AuthoritativeResultChanged bool
Events []TraceEvent
DurableMutations []Mutation
}
func (ControlFlowSnapshot) Validate ¶
func (c ControlFlowSnapshot) Validate() error
type EvidenceSnapshot ¶
type EvidenceSnapshot struct {
Refs []string
}
type GitOpsSnapshot ¶
type KnowledgeSnapshot ¶
type KnowledgeSnapshot struct {
Refs []string
}
type Snapshot ¶
type Snapshot struct {
KnownRefs []string
Automation AutomationRunSnapshot
WorkPlan WorkPlanSnapshot
WorkTasks []WorkTaskSnapshot
Chain ChainSnapshot
GitOps GitOpsSnapshot
Evidence EvidenceSnapshot
Confidence ConfidenceSnapshot
Knowledge KnowledgeSnapshot
Control ControlFlowSnapshot
}
type TraceEvent ¶
type TraceEvent struct {
Kind string
}
type WorkPlanSnapshot ¶
Click to show internal directories.
Click to hide internal directories.