Versions in this module Expand all Collapse all v0 v0.1.1 May 25, 2025 v0.1.0 May 25, 2025 Changes in this version + func ValidateExecutionPlan(plan *ExecutionPlan) error + type ExecutionPlan struct + Description string + Executors map[string]ExecutorConfig + Name string + Platforms map[string]map[string]string + Steps []Step + Version string + WorkDirectory string + func LoadExecutionPlan(path string) (*ExecutionPlan, error) + type ExecutorConfig map[string]interface + type FileConfig struct + Path string + Platform string + Retry int + SkipIf string + Timeout int + type Step struct + CheckCommand string + DependsOn []string + Description string + Executor string + Files []FileConfig + ID string + SkipIf string + TransactionMode string + WorkDirectory string